Html Css Color HEX #253979 Resolution Blue

📋 copy color: '#253979'

red 37 ◦ green 57 ◦ blue 121

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

Shades of Resolution Blue #253979

Tints of Resolution Blue #253979

RGB

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

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

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

R = 17.21%
G = 26.51%
B = 56.28%

CMYK

 C value IS 0.69

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#253979 (or 0x253979) is known color: Resolution Blue. HEX triplet: 25, 39 and 79. RGB value is (37,57,121). Sum of RGB (Red+Green+Blue) = 37+57+121=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 121 (47.66% from 255 or 56.28% from 215); Max value from RGB is 121 - color contains mainly: blue. Hex color #253979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253979 is #DAC686. Grayscale: #3A3A3A. Windows color (decimal): -14337671 or 7944485. OLE color: 7944485.

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

Color convert

RGB 37 57 121 -
CMYK 0.69 0.53 0 0.53
HSL 225.71º 0.53% 0.31% -
HSV(B) 225.71º 0.69% 0.47% -
XYZ 5.68 4.7 18.7 -
YUV 58.32 163.37 112.8 -
System Red Green Blue C M Y K H S L
Decimal 37 57 121 0.69 0.53 0 0.53 225.71 0.53 0.31
Hex 25 39 79 45 35 0 35 E2 35 1F
Octal 45 71 171 105 65 0 65 342 65 37
Binary 100101 111001 1111001 1000101 110101 0 110101 11100010 110101 11111

Color Harmonies of #253979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253979

Black with #253979

Text Example


Text Example

White with #253979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253979; }

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

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

background-color css

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

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

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

border-color css

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

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

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