Html Css Color HEX #256477 Allports

📋 copy color: '#256477'

red 37 ◦ green 100 ◦ blue 119

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

Shades of Allports #256477

Tints of Allports #256477

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.06%

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

R = 14.45%
G = 39.06%
B = 46.48%

CMYK

 C value IS 0.69

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#256477 (or 0x256477) is known color: Allports. HEX triplet: 25, 64 and 77. RGB value is (37,100,119). Sum of RGB (Red+Green+Blue) = 37+100+119=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #256477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256477 is #DA9B88. Grayscale: #535353. Windows color (decimal): -14326665 or 7824421. OLE color: 7824421.

HSL color Cylindrical-coordinate representation of color #256477: hue angle of 193.9º 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 #256477 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 100 119 -
CMYK 0.69 0.16 0 0.53
HSL 193.9º 0.53% 0.31% -
HSV(B) 193.9º 0.69% 0.47% -
XYZ 8.65 10.84 19.09 -
YUV 83.33 148.13 94.96 -
System Red Green Blue C M Y K H S L
Decimal 37 100 119 0.69 0.16 0 0.53 193.9 0.53 0.31
Hex 25 64 77 45 10 0 35 C2 35 1F
Octal 45 144 167 105 20 0 65 302 65 37
Binary 100101 1100100 1110111 1000101 10000 0 110101 11000010 110101 11111

Color Harmonies of #256477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256477

Black with #256477

Text Example


Text Example

White with #256477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256477; }

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

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

background-color css

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

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

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

border-color css

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

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

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