Html Css Color HEX #3C209E Blue Gem

📋 copy color: '#3C209E'

red 60 ◦ green 32 ◦ blue 158

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

Shades of Blue Gem #3C209E

Tints of Blue Gem #3C209E

RGB

 RED value IS 60 (23.83% from 255) = 24%

 GREEN value IS 32 (12.89% from 255) = 12.8%

 BLUE value IS 158 (62.11% from 255) = 63.2%

R = 24%
G = 12.8%
B = 63.2%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3C209E (or 0x3C209E) is known color: Blue Gem. HEX triplet: 3C, 20 and 9E. RGB value is (60,32,158). Sum of RGB (Red+Green+Blue) = 60+32+158=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 158 (62.11% from 255 or 63.2% from 250); Max value from RGB is 158 - color contains mainly: blue. Hex color #3C209E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C209E is #C3DF61. Grayscale: #363636. Windows color (decimal): -12836706 or 10362940. OLE color: 10362940.

HSL color Cylindrical-coordinate representation of color #3C209E: hue angle of 253.33º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C209E is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 60 32 158 -
CMYK 0.62 0.80 0 0.38
HSL 253.33º 0.66% 0.37% -
HSV(B) 253.33º 0.8% 0.62% -
XYZ 8.55 4.46 32.76 -
YUV 54.74 186.28 131.75 -
System Red Green Blue C M Y K H S L
Decimal 60 32 158 0.62 0.80 0 0.38 253.33 0.66 0.37
Hex 3C 20 9E 3E 50 0 26 FD 42 25
Octal 74 40 236 76 120 0 46 375 102 45
Binary 111100 100000 10011110 111110 1010000 0 100110 11111101 1000010 100101

Color Harmonies of #3C209E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C209E

Black with #3C209E

Text Example


Text Example

White with #3C209E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C209E; }

 p { color: rgb(60,32,158); }

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

background-color css

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

 a { background-color: rgb(60,32,158); }

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

border-color css

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

 span { border-color: rgb(60,32,158); }

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