Html Css Color HEX #254477 Resolution Blue

📋 copy color: '#254477'

red 37 ◦ green 68 ◦ blue 119

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

Shades of Resolution Blue #254477

Tints of Resolution Blue #254477

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.36%

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

R = 16.52%
G = 30.36%
B = 53.13%

CMYK

 C value IS 0.69

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#254477 (or 0x254477) is known color: Resolution Blue. HEX triplet: 25, 44 and 77. RGB value is (37,68,119). Sum of RGB (Red+Green+Blue) = 37+68+119=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #254477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254477 is #DABB88. Grayscale: #404040. Windows color (decimal): -14334857 or 7816229. OLE color: 7816229.

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

Color convert

RGB 37 68 119 -
CMYK 0.69 0.43 0 0.53
HSL 217.32º 0.53% 0.31% -
HSV(B) 217.32º 0.69% 0.47% -
XYZ 6.16 5.86 18.26 -
YUV 64.55 158.73 108.35 -
System Red Green Blue C M Y K H S L
Decimal 37 68 119 0.69 0.43 0 0.53 217.32 0.53 0.31
Hex 25 44 77 45 2B 0 35 D9 35 1F
Octal 45 104 167 105 53 0 65 331 65 37
Binary 100101 1000100 1110111 1000101 101011 0 110101 11011001 110101 11111

Color Harmonies of #254477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254477

Black with #254477

Text Example


Text Example

White with #254477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254477; }

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

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

background-color css

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

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

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

border-color css

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

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

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