Html Css Color HEX #253584 Resolution Blue

📋 copy color: '#253584'

red 37 ◦ green 53 ◦ blue 132

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

Shades of Resolution Blue #253584

Tints of Resolution Blue #253584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 59.46%

R = 16.67%
G = 23.87%
B = 59.46%

CMYK

 C value IS 0.72

 M value IS 0.60

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#253584 (or 0x253584) is known color: Resolution Blue. HEX triplet: 25, 35 and 84. RGB value is (37,53,132). Sum of RGB (Red+Green+Blue) = 37+53+132=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 132 (51.95% from 255 or 59.46% from 222); Max value from RGB is 132 - color contains mainly: blue. Hex color #253584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253584 is #DACA7B. Grayscale: #383838. Windows color (decimal): -14338684 or 8664357. OLE color: 8664357.

HSL color Cylindrical-coordinate representation of color #253584: hue angle of 229.89º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #253584 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 53 132 -
CMYK 0.72 0.60 0 0.48
HSL 229.89º 0.56% 0.33% -
HSV(B) 229.89º 0.72% 0.52% -
XYZ 6.2 4.61 22.39 -
YUV 57.22 170.2 113.58 -
System Red Green Blue C M Y K H S L
Decimal 37 53 132 0.72 0.60 0 0.48 229.89 0.56 0.33
Hex 25 35 84 48 3C 0 30 E6 38 21
Octal 45 65 204 110 74 0 60 346 70 41
Binary 100101 110101 10000100 1001000 111100 0 110000 11100110 111000 100001

Color Harmonies of #253584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253584

Black with #253584

Text Example


Text Example

White with #253584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253584; }

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

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

background-color css

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

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

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

border-color css

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

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

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