Html Css Color HEX #253C79 Resolution Blue

📋 copy color: '#253C79'

red 37 ◦ green 60 ◦ blue 121

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

Shades of Resolution Blue #253C79

Tints of Resolution Blue #253C79

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.52%

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

R = 16.97%
G = 27.52%
B = 55.5%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#253C79 (or 0x253C79) is known color: Resolution Blue. HEX triplet: 25, 3C and 79. RGB value is (37,60,121). Sum of RGB (Red+Green+Blue) = 37+60+121=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 121 (47.66% from 255 or 55.50% from 218); Max value from RGB is 121 - color contains mainly: blue. Hex color #253C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253C79 is #DAC386. Grayscale: #3B3B3B. Windows color (decimal): -14336903 or 7945253. OLE color: 7945253.

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

Color convert

RGB 37 60 121 -
CMYK 0.69 0.50 0 0.53
HSL 223.57º 0.53% 0.31% -
HSV(B) 223.57º 0.69% 0.47% -
XYZ 5.83 5.01 18.75 -
YUV 60.08 162.38 111.54 -
System Red Green Blue C M Y K H S L
Decimal 37 60 121 0.69 0.50 0 0.53 223.57 0.53 0.31
Hex 25 3C 79 45 32 0 35 E0 35 1F
Octal 45 74 171 105 62 0 65 340 65 37
Binary 100101 111100 1111001 1000101 110010 0 110101 11100000 110101 11111

Color Harmonies of #253C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253C79

Black with #253C79

Text Example


Text Example

White with #253C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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