Html Css Color HEX #253470 Resolution Blue

📋 copy color: '#253470'

red 37 ◦ green 52 ◦ blue 112

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

Shades of Resolution Blue #253470

Tints of Resolution Blue #253470

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.87%

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

R = 18.41%
G = 25.87%
B = 55.72%

CMYK

 C value IS 0.67

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#253470 (or 0x253470) is known color: Resolution Blue. HEX triplet: 25, 34 and 70. RGB value is (37,52,112). Sum of RGB (Red+Green+Blue) = 37+52+112=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #253470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253470 is #DACB8F. Grayscale: #363636. Windows color (decimal): -14338960 or 7353381. OLE color: 7353381.

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

Color convert

RGB 37 52 112 -
CMYK 0.67 0.54 0 0.56
HSL 228º 0.5% 0.29% -
HSV(B) 228º 0.67% 0.44% -
XYZ 4.92 4.02 15.85 -
YUV 54.36 160.53 115.62 -
System Red Green Blue C M Y K H S L
Decimal 37 52 112 0.67 0.54 0 0.56 228 0.5 0.29
Hex 25 34 70 43 36 0 38 E4 32 1D
Octal 45 64 160 103 66 0 70 344 62 35
Binary 100101 110100 1110000 1000011 110110 0 111000 11100100 110010 11101

Color Harmonies of #253470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253470

Black with #253470

Text Example


Text Example

White with #253470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253470; }

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

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

background-color css

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

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

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

border-color css

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

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

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