Html Css Color HEX #36299F Blue Gem

📋 copy color: '#36299F'

red 54 ◦ green 41 ◦ blue 159

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

Shades of Blue Gem #36299F

Tints of Blue Gem #36299F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.14%

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

R = 21.26%
G = 16.14%
B = 62.6%

CMYK

 C value IS 0.66

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36299F (or 0x36299F) is known color: Blue Gem. HEX triplet: 36, 29 and 9F. RGB value is (54,41,159). Sum of RGB (Red+Green+Blue) = 54+41+159=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 159 (62.5% from 255 or 62.60% from 254); Max value from RGB is 159 - color contains mainly: blue. Hex color #36299F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36299F is #C9D660. Grayscale: #393939. Windows color (decimal): -13227617 or 10430774. OLE color: 10430774.

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

Color convert

RGB 54 41 159 -
CMYK 0.66 0.74 0 0.38
HSL 246.61º 0.59% 0.39% -
HSV(B) 246.61º 0.74% 0.62% -
XYZ 8.57 4.87 33.29 -
YUV 58.34 184.81 124.91 -
System Red Green Blue C M Y K H S L
Decimal 54 41 159 0.66 0.74 0 0.38 246.61 0.59 0.39
Hex 36 29 9F 42 4A 0 26 F7 3B 27
Octal 66 51 237 102 112 0 46 367 73 47
Binary 110110 101001 10011111 1000010 1001010 0 100110 11110111 111011 100111

Color Harmonies of #36299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36299F

Black with #36299F

Text Example


Text Example

White with #36299F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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