Html Css Color HEX #253686 Resolution Blue

📋 copy color: '#253686'

red 37 ◦ green 54 ◦ blue 134

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

Shades of Resolution Blue #253686

Tints of Resolution Blue #253686

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24%

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

R = 16.44%
G = 24%
B = 59.56%

CMYK

 C value IS 0.72

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#253686 (or 0x253686) is known color: Resolution Blue. HEX triplet: 25, 36 and 86. RGB value is (37,54,134). Sum of RGB (Red+Green+Blue) = 37+54+134=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 134 (52.73% from 255 or 59.56% from 225); Max value from RGB is 134 - color contains mainly: blue. Hex color #253686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253686 is #DAC979. Grayscale: #393939. Windows color (decimal): -14338426 or 8795685. OLE color: 8795685.

HSL color Cylindrical-coordinate representation of color #253686: hue angle of 229.48º 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 #253686 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 37 54 134 -
CMYK 0.72 0.60 0 0.47
HSL 229.48º 0.57% 0.34% -
HSV(B) 229.48º 0.72% 0.53% -
XYZ 6.39 4.75 23.14 -
YUV 58.04 170.87 113 -
System Red Green Blue C M Y K H S L
Decimal 37 54 134 0.72 0.60 0 0.47 229.48 0.57 0.34
Hex 25 36 86 48 3C 0 2F E5 39 22
Octal 45 66 206 110 74 0 57 345 71 42
Binary 100101 110110 10000110 1001000 111100 0 101111 11100101 111001 100010

Color Harmonies of #253686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253686

Black with #253686

Text Example


Text Example

White with #253686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253686; }

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

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

background-color css

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

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

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

border-color css

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

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

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