Html Css Color HEX #253B70 Resolution Blue

📋 copy color: '#253B70'

red 37 ◦ green 59 ◦ blue 112

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

Shades of Resolution Blue #253B70

Tints of Resolution Blue #253B70

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.37%

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

R = 17.79%
G = 28.37%
B = 53.85%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#253B70 (or 0x253B70) is known color: Resolution Blue. HEX triplet: 25, 3B and 70. RGB value is (37,59,112). Sum of RGB (Red+Green+Blue) = 37+59+112=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 59 (23.44% from 255 or 28.37% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #253B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253B70 is #DAC48F. Grayscale: #3A3A3A. Windows color (decimal): -14337168 or 7355173. OLE color: 7355173.

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

Color convert

RGB 37 59 112 -
CMYK 0.67 0.47 0 0.56
HSL 222.4º 0.5% 0.29% -
HSV(B) 222.4º 0.67% 0.44% -
XYZ 5.25 4.69 15.96 -
YUV 58.46 158.21 112.69 -
System Red Green Blue C M Y K H S L
Decimal 37 59 112 0.67 0.47 0 0.56 222.4 0.5 0.29
Hex 25 3B 70 43 2F 0 38 DE 32 1D
Octal 45 73 160 103 57 0 70 336 62 35
Binary 100101 111011 1110000 1000011 101111 0 111000 11011110 110010 11101

Color Harmonies of #253B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253B70

Black with #253B70

Text Example


Text Example

White with #253B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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