Html Css Color HEX #253F78 Resolution Blue

📋 copy color: '#253F78'

red 37 ◦ green 63 ◦ blue 120

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

Shades of Resolution Blue #253F78

Tints of Resolution Blue #253F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 54.55%

R = 16.82%
G = 28.64%
B = 54.55%

CMYK

 C value IS 0.69

 M value IS 0.48

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#253F78 (or 0x253F78) is known color: Resolution Blue. HEX triplet: 25, 3F and 78. RGB value is (37,63,120). Sum of RGB (Red+Green+Blue) = 37+63+120=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 120 (47.27% from 255 or 54.55% from 220); Max value from RGB is 120 - color contains mainly: blue. Hex color #253F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253F78 is #DAC087. Grayscale: #3D3D3D. Windows color (decimal): -14336136 or 7880485. OLE color: 7880485.

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

Color convert

RGB 37 63 120 -
CMYK 0.69 0.48 0 0.53
HSL 221.2º 0.53% 0.31% -
HSV(B) 221.2º 0.69% 0.47% -
XYZ 5.93 5.3 18.48 -
YUV 61.72 160.89 110.37 -
System Red Green Blue C M Y K H S L
Decimal 37 63 120 0.69 0.48 0 0.53 221.2 0.53 0.31
Hex 25 3F 78 45 30 0 35 DD 35 1F
Octal 45 77 170 105 60 0 65 335 65 37
Binary 100101 111111 1111000 1000101 110000 0 110101 11011101 110101 11111

Color Harmonies of #253F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253F78

Black with #253F78

Text Example


Text Example

White with #253F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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