Html Css Color HEX #253771 Resolution Blue

📋 copy color: '#253771'

red 37 ◦ green 55 ◦ blue 113

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

Shades of Resolution Blue #253771

Tints of Resolution Blue #253771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 55.12%

R = 18.05%
G = 26.83%
B = 55.12%

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

#253771 (or 0x253771) is known color: Resolution Blue. HEX triplet: 25, 37 and 71. RGB value is (37,55,113). Sum of RGB (Red+Green+Blue) = 37+55+113=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #253771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253771 is #DAC88E. Grayscale: #373737. Windows color (decimal): -14338191 or 7419685. OLE color: 7419685.

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

Color convert

RGB 37 55 113 -
CMYK 0.67 0.51 0 0.56
HSL 225.79º 0.51% 0.29% -
HSV(B) 225.79º 0.67% 0.44% -
XYZ 5.11 4.32 16.19 -
YUV 56.23 160.04 114.28 -
System Red Green Blue C M Y K H S L
Decimal 37 55 113 0.67 0.51 0 0.56 225.79 0.51 0.29
Hex 25 37 71 43 33 0 38 E2 33 1D
Octal 45 67 161 103 63 0 70 342 63 35
Binary 100101 110111 1110001 1000011 110011 0 111000 11100010 110011 11101

Color Harmonies of #253771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253771

Black with #253771

Text Example


Text Example

White with #253771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253771; }

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

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

background-color css

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

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

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

border-color css

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

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

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