Html Css Color HEX #253570 Resolution Blue

📋 copy color: '#253570'

red 37 ◦ green 53 ◦ blue 112

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

Shades of Resolution Blue #253570

Tints of Resolution Blue #253570

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.24%

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

R = 18.32%
G = 26.24%
B = 55.45%

CMYK

 C value IS 0.67

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#253570 (or 0x253570) is known color: Resolution Blue. HEX triplet: 25, 35 and 70. RGB value is (37,53,112). Sum of RGB (Red+Green+Blue) = 37+53+112=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #253570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253570 is #DACA8F. Grayscale: #363636. Windows color (decimal): -14338704 or 7353637. OLE color: 7353637.

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

Color convert

RGB 37 53 112 -
CMYK 0.67 0.53 0 0.56
HSL 227.2º 0.5% 0.29% -
HSV(B) 227.2º 0.67% 0.44% -
XYZ 4.96 4.11 15.86 -
YUV 54.94 160.2 115.2 -
System Red Green Blue C M Y K H S L
Decimal 37 53 112 0.67 0.53 0 0.56 227.2 0.5 0.29
Hex 25 35 70 43 35 0 38 E3 32 1D
Octal 45 65 160 103 65 0 70 343 62 35
Binary 100101 110101 1110000 1000011 110101 0 111000 11100011 110010 11101

Color Harmonies of #253570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253570

Black with #253570

Text Example


Text Example

White with #253570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253570; }

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

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

background-color css

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

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

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

border-color css

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

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

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