Html Css Color HEX #253072 Resolution Blue

📋 copy color: '#253072'

red 37 ◦ green 48 ◦ blue 114

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

Shades of Resolution Blue #253072

Tints of Resolution Blue #253072

RGB

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

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

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

R = 18.59%
G = 24.12%
B = 57.29%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#253072 (or 0x253072) is known color: Resolution Blue. HEX triplet: 25, 30 and 72. RGB value is (37,48,114). Sum of RGB (Red+Green+Blue) = 37+48+114=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #253072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253072 is #DACF8D. Grayscale: #333333. Windows color (decimal): -14339982 or 7483429. OLE color: 7483429.

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

Color convert

RGB 37 48 114 -
CMYK 0.68 0.58 0 0.55
HSL 231.43º 0.51% 0.3% -
HSV(B) 231.43º 0.68% 0.45% -
XYZ 4.86 3.72 16.38 -
YUV 52.24 162.86 117.13 -
System Red Green Blue C M Y K H S L
Decimal 37 48 114 0.68 0.58 0 0.55 231.43 0.51 0.3
Hex 25 30 72 44 3A 0 37 E7 33 1E
Octal 45 60 162 104 72 0 67 347 63 36
Binary 100101 110000 1110010 1000100 111010 0 110111 11100111 110011 11110

Color Harmonies of #253072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253072

Black with #253072

Text Example


Text Example

White with #253072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253072; }

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

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

background-color css

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

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

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

border-color css

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

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

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