#256374

Color #256374 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #256374

Tints of Allports #256374

Color information

#256374 (or 0x256374) is unknown color: approx Allports. HEX triplet: 25, 63 and 74. RGB value is (37,99,116). Sum of RGB (Red+Green+Blue) = 37+99+116=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 116 - color contains mainly: blue. Hex color #256374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256374 is #DA9C8B. Grayscale: #525252. Windows color (decimal): -14326924 or 7627557. OLE color: 7627557.

HSL color Cylindrical-coordinate representation of color #256374: hue angle of 192.91º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #256374 is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3799116-
CMYK0.680.1500.55
HSL192.91º51.63%30%-
HSV(B)192.91º68.1%45.49%-
XYZ8.3810.5818.12-
YUV82.4146.9695.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 14.68%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 116 (45.70% from 255) = 46.03%
R=14.68%
G=39.29%
B=46.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37991160.680.1500.55192.9151.6330
Hex25637444F037c1341e
Octal45143164104170673016436
Binary100101110001111101001000100111101101111100000111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256374; }

 p { color: rgb(37,99,116); }

 H1.HeaderClassName
 {
   color: #256374;
 }
 .AnyTagClassName
 {
   color: #256374;
 }
</style>
background-color css

<style>
 a { background-color: #256374; }

 a { background-color: rgb(37,99,116); }

 div.DivClassName
 {
   background-color: #256374;
 }
 .BgClassName
 {
   background-color: #256374;
 }
</style>
border-color css

<style>
 span { border-color: #256374; }

 span { border-color: rgb(37,99,116); }

 td.TdClassName
 {
   border-color: #256374;
 }
 .TagClassName
 {
   border-color: #256374;
 }
</style>