Html Css Color HEX #253973 Resolution Blue

📋 copy color: '#253973'

red 37 ◦ green 57 ◦ blue 115

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

Shades of Resolution Blue #253973

Tints of Resolution Blue #253973

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.27%

 BLUE value IS 115 (45.31% from 255) = 55.02%

R = 17.7%
G = 27.27%
B = 55.02%

CMYK

 C value IS 0.68

 M value IS 0.50

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#253973 (or 0x253973) is known color: Resolution Blue. HEX triplet: 25, 39 and 73. RGB value is (37,57,115). Sum of RGB (Red+Green+Blue) = 37+57+115=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #253973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253973 is #DAC68C. Grayscale: #393939. Windows color (decimal): -14337677 or 7551269. OLE color: 7551269.

HSL color Cylindrical-coordinate representation of color #253973: hue angle of 224.62º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #253973 is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 57 115 -
CMYK 0.68 0.50 0 0.55
HSL 224.62º 0.51% 0.3% -
HSV(B) 224.62º 0.68% 0.45% -
XYZ 5.32 4.56 16.82 -
YUV 57.63 160.37 113.28 -
System Red Green Blue C M Y K H S L
Decimal 37 57 115 0.68 0.50 0 0.55 224.62 0.51 0.3
Hex 25 39 73 44 32 0 37 E1 33 1E
Octal 45 71 163 104 62 0 67 341 63 36
Binary 100101 111001 1110011 1000100 110010 0 110111 11100001 110011 11110

Color Harmonies of #253973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253973

Black with #253973

Text Example


Text Example

White with #253973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253973; }

 p { color: rgb(37,57,115); }

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

background-color css

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

 a { background-color: rgb(37,57,115); }

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

border-color css

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

 span { border-color: rgb(37,57,115); }

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