Html Css Color HEX #253079 Resolution Blue

📋 copy color: '#253079'

red 37 ◦ green 48 ◦ blue 121

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

Shades of Resolution Blue #253079

Tints of Resolution Blue #253079

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.3%

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

R = 17.96%
G = 23.3%
B = 58.74%

CMYK

 C value IS 0.69

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#253079 (or 0x253079) is known color: Resolution Blue. HEX triplet: 25, 30 and 79. RGB value is (37,48,121). Sum of RGB (Red+Green+Blue) = 37+48+121=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 121 (47.66% from 255 or 58.74% from 206); Max value from RGB is 121 - color contains mainly: blue. Hex color #253079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253079 is #DACF86. Grayscale: #343434. Windows color (decimal): -14339975 or 7942181. OLE color: 7942181.

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

Color convert

RGB 37 48 121 -
CMYK 0.69 0.60 0 0.53
HSL 232.14º 0.53% 0.31% -
HSV(B) 232.14º 0.69% 0.47% -
XYZ 5.27 3.89 18.56 -
YUV 53.03 166.36 116.56 -
System Red Green Blue C M Y K H S L
Decimal 37 48 121 0.69 0.60 0 0.53 232.14 0.53 0.31
Hex 25 30 79 45 3C 0 35 E8 35 1F
Octal 45 60 171 105 74 0 65 350 65 37
Binary 100101 110000 1111001 1000101 111100 0 110101 11101000 110101 11111

Color Harmonies of #253079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253079

Black with #253079

Text Example


Text Example

White with #253079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253079; }

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

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

background-color css

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

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

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

border-color css

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

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

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