Html Css Color HEX #253370 Resolution Blue

📋 copy color: '#253370'

red 37 ◦ green 51 ◦ blue 112

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

Shades of Resolution Blue #253370

Tints of Resolution Blue #253370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.5%

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

R = 18.5%
G = 25.5%
B = 56%

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

#253370 (or 0x253370) is known color: Resolution Blue. HEX triplet: 25, 33 and 70. RGB value is (37,51,112). Sum of RGB (Red+Green+Blue) = 37+51+112=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #253370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253370 is #DACC8F. Grayscale: #353535. Windows color (decimal): -14339216 or 7353125. OLE color: 7353125.

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

Color convert

RGB 37 51 112 -
CMYK 0.67 0.54 0 0.56
HSL 228.8º 0.5% 0.29% -
HSV(B) 228.8º 0.67% 0.44% -
XYZ 4.87 3.93 15.83 -
YUV 53.77 160.86 116.04 -
System Red Green Blue C M Y K H S L
Decimal 37 51 112 0.67 0.54 0 0.56 228.8 0.5 0.29
Hex 25 33 70 43 36 0 38 E5 32 1D
Octal 45 63 160 103 66 0 70 345 62 35
Binary 100101 110011 1110000 1000011 110110 0 111000 11100101 110010 11101

Color Harmonies of #253370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253370

Black with #253370

Text Example


Text Example

White with #253370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253370; }

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

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

background-color css

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

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

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

border-color css

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

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

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