Html Css Color HEX #253F72 Resolution Blue

📋 copy color: '#253F72'

red 37 ◦ green 63 ◦ blue 114

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

Shades of Resolution Blue #253F72

Tints of Resolution Blue #253F72

RGB

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

 GREEN value IS 63 (25% from 255) = 29.44%

 BLUE value IS 114 (44.92% from 255) = 53.27%

R = 17.29%
G = 29.44%
B = 53.27%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#253F72 (or 0x253F72) is known color: Resolution Blue. HEX triplet: 25, 3F and 72. RGB value is (37,63,114). Sum of RGB (Red+Green+Blue) = 37+63+114=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #253F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253F72 is #DAC08D. Grayscale: #3C3C3C. Windows color (decimal): -14336142 or 7487269. OLE color: 7487269.

HSL color Cylindrical-coordinate representation of color #253F72: hue angle of 219.74º 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 #253F72 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 63 114 -
CMYK 0.68 0.45 0 0.55
HSL 219.74º 0.51% 0.3% -
HSV(B) 219.74º 0.68% 0.45% -
XYZ 5.58 5.16 16.62 -
YUV 61.04 157.89 110.85 -
System Red Green Blue C M Y K H S L
Decimal 37 63 114 0.68 0.45 0 0.55 219.74 0.51 0.3
Hex 25 3F 72 44 2D 0 37 DC 33 1E
Octal 45 77 162 104 55 0 67 334 63 36
Binary 100101 111111 1110010 1000100 101101 0 110111 11011100 110011 11110

Color Harmonies of #253F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253F72

Black with #253F72

Text Example


Text Example

White with #253F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,63,114); }

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

background-color css

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

 a { background-color: rgb(37,63,114); }

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

border-color css

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

 span { border-color: rgb(37,63,114); }

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