Html Css Color HEX #36249B Blue Gem

📋 copy color: '#36249B'

red 54 ◦ green 36 ◦ blue 155

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

Shades of Blue Gem #36249B

Tints of Blue Gem #36249B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.69%

 BLUE value IS 155 (60.94% from 255) = 63.27%

R = 22.04%
G = 14.69%
B = 63.27%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36249B (or 0x36249B) is known color: Blue Gem. HEX triplet: 36, 24 and 9B. RGB value is (54,36,155). Sum of RGB (Red+Green+Blue) = 54+36+155=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #36249B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36249B is #C9DB64. Grayscale: #363636. Windows color (decimal): -13228901 or 10167350. OLE color: 10167350.

HSL color Cylindrical-coordinate representation of color #36249B: hue angle of 249.08º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36249B is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 36 155 -
CMYK 0.65 0.77 0 0.39
HSL 249.08º 0.62% 0.37% -
HSV(B) 249.08º 0.77% 0.61% -
XYZ 8.07 4.41 31.44 -
YUV 54.95 184.46 127.32 -
System Red Green Blue C M Y K H S L
Decimal 54 36 155 0.65 0.77 0 0.39 249.08 0.62 0.37
Hex 36 24 9B 41 4D 0 27 F9 3E 25
Octal 66 44 233 101 115 0 47 371 76 45
Binary 110110 100100 10011011 1000001 1001101 0 100111 11111001 111110 100101

Color Harmonies of #36249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36249B

Black with #36249B

Text Example


Text Example

White with #36249B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36249B; }

 p { color: rgb(54,36,155); }

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

background-color css

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

 a { background-color: rgb(54,36,155); }

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

border-color css

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

 span { border-color: rgb(54,36,155); }

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