Html Css Color HEX #254377 Resolution Blue

📋 copy color: '#254377'

red 37 ◦ green 67 ◦ blue 119

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

Shades of Resolution Blue #254377

Tints of Resolution Blue #254377

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.04%

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

R = 16.59%
G = 30.04%
B = 53.36%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#254377 (or 0x254377) is known color: Resolution Blue. HEX triplet: 25, 43 and 77. RGB value is (37,67,119). Sum of RGB (Red+Green+Blue) = 37+67+119=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #254377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254377 is #DABC88. Grayscale: #3F3F3F. Windows color (decimal): -14335113 or 7815973. OLE color: 7815973.

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

Color convert

RGB 37 67 119 -
CMYK 0.69 0.44 0 0.53
HSL 218.05º 0.53% 0.31% -
HSV(B) 218.05º 0.69% 0.47% -
XYZ 6.1 5.74 18.24 -
YUV 63.96 159.06 108.77 -
System Red Green Blue C M Y K H S L
Decimal 37 67 119 0.69 0.44 0 0.53 218.05 0.53 0.31
Hex 25 43 77 45 2C 0 35 DA 35 1F
Octal 45 103 167 105 54 0 65 332 65 37
Binary 100101 1000011 1110111 1000101 101100 0 110101 11011010 110101 11111

Color Harmonies of #254377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254377

Black with #254377

Text Example


Text Example

White with #254377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254377; }

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

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

background-color css

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

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

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

border-color css

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

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

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