Html Css Color HEX #253376 Resolution Blue

📋 copy color: '#253376'

red 37 ◦ green 51 ◦ blue 118

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

Shades of Resolution Blue #253376

Tints of Resolution Blue #253376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 57.28%

R = 17.96%
G = 24.76%
B = 57.28%

CMYK

 C value IS 0.69

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#253376 (or 0x253376) is known color: Resolution Blue. HEX triplet: 25, 33 and 76. RGB value is (37,51,118). Sum of RGB (Red+Green+Blue) = 37+51+118=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #253376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253376 is #DACC89. Grayscale: #363636. Windows color (decimal): -14339210 or 7746341. OLE color: 7746341.

HSL color Cylindrical-coordinate representation of color #253376: hue angle of 229.63º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #253376 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 51 118 -
CMYK 0.69 0.57 0 0.54
HSL 229.63º 0.52% 0.3% -
HSV(B) 229.63º 0.69% 0.46% -
XYZ 5.22 4.07 17.65 -
YUV 54.45 163.86 115.55 -
System Red Green Blue C M Y K H S L
Decimal 37 51 118 0.69 0.57 0 0.54 229.63 0.52 0.3
Hex 25 33 76 45 39 0 36 E6 34 1E
Octal 45 63 166 105 71 0 66 346 64 36
Binary 100101 110011 1110110 1000101 111001 0 110110 11100110 110100 11110

Color Harmonies of #253376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253376

Black with #253376

Text Example


Text Example

White with #253376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253376; }

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

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

background-color css

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

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

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

border-color css

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

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

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