Html Css Color HEX #253575 Resolution Blue

📋 copy color: '#253575'

red 37 ◦ green 53 ◦ blue 117

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

Shades of Resolution Blue #253575

Tints of Resolution Blue #253575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 56.52%

R = 17.87%
G = 25.6%
B = 56.52%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#253575 (or 0x253575) is known color: Resolution Blue. HEX triplet: 25, 35 and 75. RGB value is (37,53,117). Sum of RGB (Red+Green+Blue) = 37+53+117=207 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.87% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #253575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253575 is #DACA8A. Grayscale: #373737. Windows color (decimal): -14338699 or 7681317. OLE color: 7681317.

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

Color convert

RGB 37 53 117 -
CMYK 0.68 0.55 0 0.54
HSL 228º 0.52% 0.3% -
HSV(B) 228º 0.68% 0.46% -
XYZ 5.25 4.22 17.37 -
YUV 55.51 162.7 114.8 -
System Red Green Blue C M Y K H S L
Decimal 37 53 117 0.68 0.55 0 0.54 228 0.52 0.3
Hex 25 35 75 44 37 0 36 E4 34 1E
Octal 45 65 165 104 67 0 66 344 64 36
Binary 100101 110101 1110101 1000100 110111 0 110110 11100100 110100 11110

Color Harmonies of #253575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253575

Black with #253575

Text Example


Text Example

White with #253575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253575; }

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

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

background-color css

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

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

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

border-color css

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

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

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