Html Css Color HEX #253576 Resolution Blue

📋 copy color: '#253576'

red 37 ◦ green 53 ◦ blue 118

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

Shades of Resolution Blue #253576

Tints of Resolution Blue #253576

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.48%

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

R = 17.79%
G = 25.48%
B = 56.73%

CMYK

 C value IS 0.69

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#253576 (or 0x253576) is known color: Resolution Blue. HEX triplet: 25, 35 and 76. RGB value is (37,53,118). Sum of RGB (Red+Green+Blue) = 37+53+118=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 118 (46.48% from 255 or 56.73% from 208); Max value from RGB is 118 - color contains mainly: blue. Hex color #253576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253576 is #DACA89. Grayscale: #373737. Windows color (decimal): -14338698 or 7746853. OLE color: 7746853.

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

Color convert

RGB 37 53 118 -
CMYK 0.69 0.55 0 0.54
HSL 228.15º 0.52% 0.3% -
HSV(B) 228.15º 0.69% 0.46% -
XYZ 5.31 4.25 17.68 -
YUV 55.63 163.2 114.71 -
System Red Green Blue C M Y K H S L
Decimal 37 53 118 0.69 0.55 0 0.54 228.15 0.52 0.3
Hex 25 35 76 45 37 0 36 E4 34 1E
Octal 45 65 166 105 67 0 66 344 64 36
Binary 100101 110101 1110110 1000101 110111 0 110110 11100100 110100 11110

Color Harmonies of #253576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253576

Black with #253576

Text Example


Text Example

White with #253576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253576; }

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

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

background-color css

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

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

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

border-color css

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

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

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