Html Css Color HEX #253770 Resolution Blue

📋 copy color: '#253770'

red 37 ◦ green 55 ◦ blue 112

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

Shades of Resolution Blue #253770

Tints of Resolution Blue #253770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.96%

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

R = 18.14%
G = 26.96%
B = 54.9%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#253770 (or 0x253770) is known color: Resolution Blue. HEX triplet: 25, 37 and 70. RGB value is (37,55,112). Sum of RGB (Red+Green+Blue) = 37+55+112=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #253770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253770 is #DAC88F. Grayscale: #373737. Windows color (decimal): -14338192 or 7354149. OLE color: 7354149.

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

Color convert

RGB 37 55 112 -
CMYK 0.67 0.51 0 0.56
HSL 225.6º 0.5% 0.29% -
HSV(B) 225.6º 0.67% 0.44% -
XYZ 5.05 4.3 15.89 -
YUV 56.12 159.54 114.37 -
System Red Green Blue C M Y K H S L
Decimal 37 55 112 0.67 0.51 0 0.56 225.6 0.5 0.29
Hex 25 37 70 43 33 0 38 E2 32 1D
Octal 45 67 160 103 63 0 70 342 62 35
Binary 100101 110111 1110000 1000011 110011 0 111000 11100010 110010 11101

Color Harmonies of #253770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253770

Black with #253770

Text Example


Text Example

White with #253770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253770; }

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

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

background-color css

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

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

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

border-color css

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

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

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