Html Css Color HEX #254279 Resolution Blue

📋 copy color: '#254279'

red 37 ◦ green 66 ◦ blue 121

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

Shades of Resolution Blue #254279

Tints of Resolution Blue #254279

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.46%

 BLUE value IS 121 (47.66% from 255) = 54.02%

R = 16.52%
G = 29.46%
B = 54.02%

CMYK

 C value IS 0.69

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#254279 (or 0x254279) is known color: Resolution Blue. HEX triplet: 25, 42 and 79. RGB value is (37,66,121). Sum of RGB (Red+Green+Blue) = 37+66+121=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 121 (47.66% from 255 or 54.02% from 224); Max value from RGB is 121 - color contains mainly: blue. Hex color #254279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254279 is #DABD86. Grayscale: #3F3F3F. Windows color (decimal): -14335367 or 7946789. OLE color: 7946789.

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

Color convert

RGB 37 66 121 -
CMYK 0.69 0.45 0 0.53
HSL 219.29º 0.53% 0.31% -
HSV(B) 219.29º 0.69% 0.47% -
XYZ 6.16 5.67 18.86 -
YUV 63.6 160.39 109.03 -
System Red Green Blue C M Y K H S L
Decimal 37 66 121 0.69 0.45 0 0.53 219.29 0.53 0.31
Hex 25 42 79 45 2D 0 35 DB 35 1F
Octal 45 102 171 105 55 0 65 333 65 37
Binary 100101 1000010 1111001 1000101 101101 0 110101 11011011 110101 11111

Color Harmonies of #254279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254279

Black with #254279

Text Example


Text Example

White with #254279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254279; }

 p { color: rgb(37,66,121); }

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

background-color css

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

 a { background-color: rgb(37,66,121); }

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

border-color css

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

 span { border-color: rgb(37,66,121); }

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