Html Css Color HEX #256E76 Allports

📋 copy color: '#256E76'

red 37 ◦ green 110 ◦ blue 118

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

Shades of Allports #256E76

Tints of Allports #256E76

RGB

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

 GREEN value IS 110 (43.36% from 255) = 41.51%

 BLUE value IS 118 (46.48% from 255) = 44.53%

R = 13.96%
G = 41.51%
B = 44.53%

CMYK

 C value IS 0.69

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#256E76 (or 0x256E76) is known color: Allports. HEX triplet: 25, 6E and 76. RGB value is (37,110,118). Sum of RGB (Red+Green+Blue) = 37+110+118=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 110 (43.36% from 255 or 41.51% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 118 - color contains mainly: blue. Hex color #256E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256E76 is #DA9189. Grayscale: #585858. Windows color (decimal): -14324106 or 7761445. OLE color: 7761445.

HSL color Cylindrical-coordinate representation of color #256E76: hue angle of 185.93º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #256E76 is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 110 118 -
CMYK 0.69 0.07 0 0.54
HSL 185.93º 0.52% 0.3% -
HSV(B) 185.93º 0.69% 0.46% -
XYZ 9.61 12.85 19.11 -
YUV 89.09 144.32 90.85 -
System Red Green Blue C M Y K H S L
Decimal 37 110 118 0.69 0.07 0 0.54 185.93 0.52 0.3
Hex 25 6E 76 45 7 0 36 BA 34 1E
Octal 45 156 166 105 7 0 66 272 64 36
Binary 100101 1101110 1110110 1000101 111 0 110110 10111010 110100 11110

Color Harmonies of #256E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256E76

Black with #256E76

Text Example


Text Example

White with #256E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256E76; }

 p { color: rgb(37,110,118); }

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

background-color css

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

 a { background-color: rgb(37,110,118); }

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

border-color css

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

 span { border-color: rgb(37,110,118); }

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