Html Css Color HEX #253577 Resolution Blue

📋 copy color: '#253577'

red 37 ◦ green 53 ◦ blue 119

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

Shades of Resolution Blue #253577

Tints of Resolution Blue #253577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 56.94%

R = 17.7%
G = 25.36%
B = 56.94%

CMYK

 C value IS 0.69

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#253577 (or 0x253577) is known color: Resolution Blue. HEX triplet: 25, 35 and 77. RGB value is (37,53,119). Sum of RGB (Red+Green+Blue) = 37+53+119=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 119 (46.88% from 255 or 56.94% from 209); Max value from RGB is 119 - color contains mainly: blue. Hex color #253577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253577 is #DACA88. Grayscale: #373737. Windows color (decimal): -14338697 or 7812389. OLE color: 7812389.

HSL color Cylindrical-coordinate representation of color #253577: hue angle of 228.29º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #253577 is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 53 119 -
CMYK 0.69 0.55 0 0.53
HSL 228.29º 0.53% 0.31% -
HSV(B) 228.29º 0.69% 0.47% -
XYZ 5.37 4.27 17.99 -
YUV 55.74 163.7 114.63 -
System Red Green Blue C M Y K H S L
Decimal 37 53 119 0.69 0.55 0 0.53 228.29 0.53 0.31
Hex 25 35 77 45 37 0 35 E4 35 1F
Octal 45 65 167 105 67 0 65 344 65 37
Binary 100101 110101 1110111 1000101 110111 0 110101 11100100 110101 11111

Color Harmonies of #253577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253577

Black with #253577

Text Example


Text Example

White with #253577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253577; }

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

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

background-color css

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

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

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

border-color css

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

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

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