Html Css Color HEX #253371 Resolution Blue

📋 copy color: '#253371'

red 37 ◦ green 51 ◦ blue 113

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

Shades of Resolution Blue #253371

Tints of Resolution Blue #253371

RGB

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

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

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

R = 18.41%
G = 25.37%
B = 56.22%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#253371 (or 0x253371) is known color: Resolution Blue. HEX triplet: 25, 33 and 71. RGB value is (37,51,113). Sum of RGB (Red+Green+Blue) = 37+51+113=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #253371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253371 is #DACC8E. Grayscale: #353535. Windows color (decimal): -14339215 or 7418661. OLE color: 7418661.

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

Color convert

RGB 37 51 113 -
CMYK 0.67 0.55 0 0.56
HSL 228.95º 0.51% 0.29% -
HSV(B) 228.95º 0.67% 0.44% -
XYZ 4.93 3.95 16.13 -
YUV 53.88 161.36 115.96 -
System Red Green Blue C M Y K H S L
Decimal 37 51 113 0.67 0.55 0 0.56 228.95 0.51 0.29
Hex 25 33 71 43 37 0 38 E5 33 1D
Octal 45 63 161 103 67 0 70 345 63 35
Binary 100101 110011 1110001 1000011 110111 0 111000 11100101 110011 11101

Color Harmonies of #253371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253371

Black with #253371

Text Example


Text Example

White with #253371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253371; }

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

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

background-color css

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

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

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

border-color css

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

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

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