Html Css Color HEX #253270 Resolution Blue

📋 copy color: '#253270'

red 37 ◦ green 50 ◦ blue 112

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

Shades of Resolution Blue #253270

Tints of Resolution Blue #253270

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.13%

 BLUE value IS 112 (44.14% from 255) = 56.28%

R = 18.59%
G = 25.13%
B = 56.28%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#253270 (or 0x253270) is known color: Resolution Blue. HEX triplet: 25, 32 and 70. RGB value is (37,50,112). Sum of RGB (Red+Green+Blue) = 37+50+112=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #253270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253270 is #DACD8F. Grayscale: #343434. Windows color (decimal): -14339472 or 7352869. OLE color: 7352869.

HSL color Cylindrical-coordinate representation of color #253270: hue angle of 229.6º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #253270 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 50 112 -
CMYK 0.67 0.55 0 0.56
HSL 229.6º 0.5% 0.29% -
HSV(B) 229.6º 0.67% 0.44% -
XYZ 4.83 3.84 15.82 -
YUV 53.18 161.19 116.46 -
System Red Green Blue C M Y K H S L
Decimal 37 50 112 0.67 0.55 0 0.56 229.6 0.5 0.29
Hex 25 32 70 43 37 0 38 E6 32 1D
Octal 45 62 160 103 67 0 70 346 62 35
Binary 100101 110010 1110000 1000011 110111 0 111000 11100110 110010 11101

Color Harmonies of #253270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253270

Black with #253270

Text Example


Text Example

White with #253270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253270; }

 p { color: rgb(37,50,112); }

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

background-color css

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

 a { background-color: rgb(37,50,112); }

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

border-color css

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

 span { border-color: rgb(37,50,112); }

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