Html Css Color HEX #253286 Resolution Blue

📋 copy color: '#253286'

red 37 ◦ green 50 ◦ blue 134

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

Shades of Resolution Blue #253286

Tints of Resolution Blue #253286

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.62%

 BLUE value IS 134 (52.73% from 255) = 60.63%

R = 16.74%
G = 22.62%
B = 60.63%

CMYK

 C value IS 0.72

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#253286 (or 0x253286) is known color: Resolution Blue. HEX triplet: 25, 32 and 86. RGB value is (37,50,134). Sum of RGB (Red+Green+Blue) = 37+50+134=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 134 (52.73% from 255 or 60.63% from 221); Max value from RGB is 134 - color contains mainly: blue. Hex color #253286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253286 is #DACD79. Grayscale: #373737. Windows color (decimal): -14339450 or 8794661. OLE color: 8794661.

HSL color Cylindrical-coordinate representation of color #253286: hue angle of 231.96º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #253286 is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 37 50 134 -
CMYK 0.72 0.63 0 0.47
HSL 231.96º 0.57% 0.34% -
HSV(B) 231.96º 0.72% 0.53% -
XYZ 6.21 4.4 23.08 -
YUV 55.69 172.19 114.67 -
System Red Green Blue C M Y K H S L
Decimal 37 50 134 0.72 0.63 0 0.47 231.96 0.57 0.34
Hex 25 32 86 48 3F 0 2F E8 39 22
Octal 45 62 206 110 77 0 57 350 71 42
Binary 100101 110010 10000110 1001000 111111 0 101111 11101000 111001 100010

Color Harmonies of #253286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253286

Black with #253286

Text Example


Text Example

White with #253286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253286; }

 p { color: rgb(37,50,134); }

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

background-color css

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

 a { background-color: rgb(37,50,134); }

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

border-color css

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

 span { border-color: rgb(37,50,134); }

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