Html Css Color HEX #254476 Resolution Blue

📋 copy color: '#254476'

red 37 ◦ green 68 ◦ blue 118

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

Shades of Resolution Blue #254476

Tints of Resolution Blue #254476

RGB

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

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

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

R = 16.59%
G = 30.49%
B = 52.91%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#254476 (or 0x254476) is known color: Resolution Blue. HEX triplet: 25, 44 and 76. RGB value is (37,68,118). Sum of RGB (Red+Green+Blue) = 37+68+118=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #254476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254476 is #DABB89. Grayscale: #404040. Windows color (decimal): -14334858 or 7750693. OLE color: 7750693.

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

Color convert

RGB 37 68 118 -
CMYK 0.69 0.42 0 0.54
HSL 217.04º 0.52% 0.3% -
HSV(B) 217.04º 0.69% 0.46% -
XYZ 6.1 5.84 17.94 -
YUV 64.43 158.23 108.43 -
System Red Green Blue C M Y K H S L
Decimal 37 68 118 0.69 0.42 0 0.54 217.04 0.52 0.3
Hex 25 44 76 45 2A 0 36 D9 34 1E
Octal 45 104 166 105 52 0 66 331 64 36
Binary 100101 1000100 1110110 1000101 101010 0 110110 11011001 110100 11110

Color Harmonies of #254476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254476

Black with #254476

Text Example


Text Example

White with #254476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254476; }

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

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

background-color css

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

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

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

border-color css

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

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

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