Html Css Color HEX #256A76 Allports

📋 copy color: '#256A76'

red 37 ◦ green 106 ◦ blue 118

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

Shades of Allports #256A76

Tints of Allports #256A76

RGB

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

 GREEN value IS 106 (41.8% from 255) = 40.61%

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

R = 14.18%
G = 40.61%
B = 45.21%

CMYK

 C value IS 0.69

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#256A76 (or 0x256A76) is known color: Allports. HEX triplet: 25, 6A and 76. RGB value is (37,106,118). Sum of RGB (Red+Green+Blue) = 37+106+118=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 106 (41.80% from 255 or 40.61% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #256A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256A76 is #DA9589. Grayscale: #565656. Windows color (decimal): -14325130 or 7760421. OLE color: 7760421.

HSL color Cylindrical-coordinate representation of color #256A76: hue angle of 188.89º 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 #256A76 is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 106 118 -
CMYK 0.69 0.10 0 0.54
HSL 188.89º 0.52% 0.3% -
HSV(B) 188.89º 0.69% 0.46% -
XYZ 9.19 12.01 18.97 -
YUV 86.74 145.64 92.52 -
System Red Green Blue C M Y K H S L
Decimal 37 106 118 0.69 0.10 0 0.54 188.89 0.52 0.3
Hex 25 6A 76 45 A 0 36 BD 34 1E
Octal 45 152 166 105 12 0 66 275 64 36
Binary 100101 1101010 1110110 1000101 1010 0 110110 10111101 110100 11110

Color Harmonies of #256A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256A76

Black with #256A76

Text Example


Text Example

White with #256A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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