Html Css Color HEX #256A77 Allports

📋 copy color: '#256A77'

red 37 ◦ green 106 ◦ blue 119

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

Shades of Allports #256A77

Tints of Allports #256A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 45.42%

R = 14.12%
G = 40.46%
B = 45.42%

CMYK

 C value IS 0.69

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#256A77 (or 0x256A77) is known color: Allports. HEX triplet: 25, 6A and 77. RGB value is (37,106,119). Sum of RGB (Red+Green+Blue) = 37+106+119=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 106 (41.80% from 255 or 40.46% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 119 - color contains mainly: blue. Hex color #256A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256A77 is #DA9588. Grayscale: #565656. Windows color (decimal): -14325129 or 7825957. OLE color: 7825957.

HSL color Cylindrical-coordinate representation of color #256A77: hue angle of 189.51º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #256A77 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 106 119 -
CMYK 0.69 0.11 0 0.53
HSL 189.51º 0.53% 0.31% -
HSV(B) 189.51º 0.69% 0.47% -
XYZ 9.25 12.03 19.29 -
YUV 86.85 146.14 92.44 -
System Red Green Blue C M Y K H S L
Decimal 37 106 119 0.69 0.11 0 0.53 189.51 0.53 0.31
Hex 25 6A 77 45 B 0 35 BE 35 1F
Octal 45 152 167 105 13 0 65 276 65 37
Binary 100101 1101010 1110111 1000101 1011 0 110101 10111110 110101 11111

Color Harmonies of #256A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256A77

Black with #256A77

Text Example


Text Example

White with #256A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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