Html Css Color HEX #253271 Resolution Blue

📋 copy color: '#253271'

red 37 ◦ green 50 ◦ blue 113

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

Shades of Resolution Blue #253271

Tints of Resolution Blue #253271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25%

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

R = 18.5%
G = 25%
B = 56.5%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#253271 (or 0x253271) is known color: Resolution Blue. HEX triplet: 25, 32 and 71. RGB value is (37,50,113). Sum of RGB (Red+Green+Blue) = 37+50+113=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #253271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253271 is #DACD8E. Grayscale: #353535. Windows color (decimal): -14339471 or 7418405. OLE color: 7418405.

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

Color convert

RGB 37 50 113 -
CMYK 0.67 0.56 0 0.56
HSL 229.74º 0.51% 0.29% -
HSV(B) 229.74º 0.67% 0.44% -
XYZ 4.88 3.87 16.11 -
YUV 53.3 161.69 116.38 -
System Red Green Blue C M Y K H S L
Decimal 37 50 113 0.67 0.56 0 0.56 229.74 0.51 0.29
Hex 25 32 71 43 38 0 38 E6 33 1D
Octal 45 62 161 103 70 0 70 346 63 35
Binary 100101 110010 1110001 1000011 111000 0 111000 11100110 110011 11101

Color Harmonies of #253271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253271

Black with #253271

Text Example


Text Example

White with #253271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253271; }

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

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

background-color css

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

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

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

border-color css

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

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

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