Html Css Color HEX #256872 Allports

📋 copy color: '#256872'

red 37 ◦ green 104 ◦ blue 114

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

Shades of Allports #256872

Tints of Allports #256872

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.78%

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

R = 14.51%
G = 40.78%
B = 44.71%

CMYK

 C value IS 0.68

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#256872 (or 0x256872) is known color: Allports. HEX triplet: 25, 68 and 72. RGB value is (37,104,114). Sum of RGB (Red+Green+Blue) = 37+104+114=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 114 - color contains mainly: blue. Hex color #256872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256872 is #DA978D. Grayscale: #555555. Windows color (decimal): -14325646 or 7497765. OLE color: 7497765.

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

Color convert

RGB 37 104 114 -
CMYK 0.68 0.09 0 0.55
HSL 187.79º 0.51% 0.3% -
HSV(B) 187.79º 0.68% 0.45% -
XYZ 8.75 11.51 17.68 -
YUV 85.11 144.3 93.69 -
System Red Green Blue C M Y K H S L
Decimal 37 104 114 0.68 0.09 0 0.55 187.79 0.51 0.3
Hex 25 68 72 44 9 0 37 BC 33 1E
Octal 45 150 162 104 11 0 67 274 63 36
Binary 100101 1101000 1110010 1000100 1001 0 110111 10111100 110011 11110

Color Harmonies of #256872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256872

Black with #256872

Text Example


Text Example

White with #256872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256872; }

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

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

background-color css

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

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

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

border-color css

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

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

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