Html Css Color HEX #36289F Blue Gem

📋 copy color: '#36289F'

red 54 ◦ green 40 ◦ blue 159

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

Shades of Blue Gem #36289F

Tints of Blue Gem #36289F

RGB

 RED value IS 54 (21.48% from 255) = 21.34%

 GREEN value IS 40 (16.02% from 255) = 15.81%

 BLUE value IS 159 (62.5% from 255) = 62.85%

R = 21.34%
G = 15.81%
B = 62.85%

CMYK

 C value IS 0.66

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36289F (or 0x36289F) is known color: Blue Gem. HEX triplet: 36, 28 and 9F. RGB value is (54,40,159). Sum of RGB (Red+Green+Blue) = 54+40+159=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #36289F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36289F is #C9D760. Grayscale: #393939. Windows color (decimal): -13227873 or 10430518. OLE color: 10430518.

HSL color Cylindrical-coordinate representation of color #36289F: hue angle of 247.06º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36289F is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 40 159 -
CMYK 0.66 0.75 0 0.38
HSL 247.06º 0.6% 0.39% -
HSV(B) 247.06º 0.75% 0.62% -
XYZ 8.54 4.81 33.28 -
YUV 57.75 185.14 125.32 -
System Red Green Blue C M Y K H S L
Decimal 54 40 159 0.66 0.75 0 0.38 247.06 0.6 0.39
Hex 36 28 9F 42 4B 0 26 F7 3C 27
Octal 66 50 237 102 113 0 46 367 74 47
Binary 110110 101000 10011111 1000010 1001011 0 100110 11110111 111100 100111

Color Harmonies of #36289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36289F

Black with #36289F

Text Example


Text Example

White with #36289F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36289F; }

 p { color: rgb(54,40,159); }

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

background-color css

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

 a { background-color: rgb(54,40,159); }

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

border-color css

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

 span { border-color: rgb(54,40,159); }

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