Html Css Color HEX #256772 Allports

📋 copy color: '#256772'

red 37 ◦ green 103 ◦ blue 114

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

Shades of Allports #256772

Tints of Allports #256772

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.55%

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

R = 14.57%
G = 40.55%
B = 44.88%

CMYK

 C value IS 0.68

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#256772 (or 0x256772) is known color: Allports. HEX triplet: 25, 67 and 72. RGB value is (37,103,114). Sum of RGB (Red+Green+Blue) = 37+103+114=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 114 - color contains mainly: blue. Hex color #256772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256772 is #DA988D. Grayscale: #545454. Windows color (decimal): -14325902 or 7497509. OLE color: 7497509.

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

Color convert

RGB 37 103 114 -
CMYK 0.68 0.10 0 0.55
HSL 188.57º 0.51% 0.3% -
HSV(B) 188.57º 0.68% 0.45% -
XYZ 8.65 11.31 17.65 -
YUV 84.52 144.63 94.11 -
System Red Green Blue C M Y K H S L
Decimal 37 103 114 0.68 0.10 0 0.55 188.57 0.51 0.3
Hex 25 67 72 44 A 0 37 BD 33 1E
Octal 45 147 162 104 12 0 67 275 63 36
Binary 100101 1100111 1110010 1000100 1010 0 110111 10111101 110011 11110

Color Harmonies of #256772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256772

Black with #256772

Text Example


Text Example

White with #256772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256772; }

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

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

background-color css

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

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

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

border-color css

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

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

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