Html Css Color HEX #256572 Allports

📋 copy color: '#256572'

red 37 ◦ green 101 ◦ blue 114

#256572
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #256572

Tints of Allports #256572

RGB

 RED value IS 37 (14.84% from 255) = 14.68%

 GREEN value IS 101 (39.84% from 255) = 40.08%

 BLUE value IS 114 (44.92% from 255) = 45.24%

R = 14.68%
G = 40.08%
B = 45.24%

CMYK

 C value IS 0.68

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#256572 (or 0x256572) is known color: Allports. HEX triplet: 25, 65 and 72. RGB value is (37,101,114). Sum of RGB (Red+Green+Blue) = 37+101+114=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #256572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256572 is #DA9A8D. Grayscale: #535353. Windows color (decimal): -14326414 or 7496997. OLE color: 7496997.

HSL color Cylindrical-coordinate representation of color #256572: hue angle of 190.13º degrees, saturation: 0.51, 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 #256572 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 101 114 -
CMYK 0.68 0.11 0 0.55
HSL 190.13º 0.51% 0.3% -
HSV(B) 190.13º 0.68% 0.45% -
XYZ 8.45 10.92 17.58 -
YUV 83.35 145.3 94.94 -
System Red Green Blue C M Y K H S L
Decimal 37 101 114 0.68 0.11 0 0.55 190.13 0.51 0.3
Hex 25 65 72 44 B 0 37 BE 33 1E
Octal 45 145 162 104 13 0 67 276 63 36
Binary 100101 1100101 1110010 1000100 1011 0 110111 10111110 110011 11110

Color Harmonies of #256572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256572

Black with #256572

Text Example


Text Example

White with #256572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256572; }

 p { color: rgb(37,101,114); }

 H1.HeaderClassName
 {
   color: #256572;
 }
 .AnyTagClassName
 {
   color: #256572;
 }
</style>

background-color css

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

 a { background-color: rgb(37,101,114); }

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

border-color css

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

 span { border-color: rgb(37,101,114); }

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