Html Css Color HEX #362499 Blue Gem

📋 copy color: '#362499'

red 54 ◦ green 36 ◦ blue 153

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

Shades of Blue Gem #362499

Tints of Blue Gem #362499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 62.96%

R = 22.22%
G = 14.81%
B = 62.96%

CMYK

 C value IS 0.65

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#362499 (or 0x362499) is known color: Blue Gem. HEX triplet: 36, 24 and 99. RGB value is (54,36,153). Sum of RGB (Red+Green+Blue) = 54+36+153=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 153 (60.16% from 255 or 62.96% from 243); Max value from RGB is 153 - color contains mainly: blue. Hex color #362499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362499 is #C9DB66. Grayscale: #363636. Windows color (decimal): -13228903 or 10036278. OLE color: 10036278.

HSL color Cylindrical-coordinate representation of color #362499: hue angle of 249.23º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #362499 is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 54 36 153 -
CMYK 0.65 0.76 0 0.4
HSL 249.23º 0.62% 0.37% -
HSV(B) 249.23º 0.76% 0.6% -
XYZ 7.9 4.35 30.56 -
YUV 54.72 183.46 127.49 -
System Red Green Blue C M Y K H S L
Decimal 54 36 153 0.65 0.76 0 0.4 249.23 0.62 0.37
Hex 36 24 99 41 4C 0 28 F9 3E 25
Octal 66 44 231 101 114 0 50 371 76 45
Binary 110110 100100 10011001 1000001 1001100 0 101000 11111001 111110 100101

Color Harmonies of #362499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362499

Black with #362499

Text Example


Text Example

White with #362499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362499; }

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

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

background-color css

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

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

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

border-color css

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

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

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