Html Css Color HEX #3C2299 Blue Gem

📋 copy color: '#3C2299'

red 60 ◦ green 34 ◦ blue 153

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

Shades of Blue Gem #3C2299

Tints of Blue Gem #3C2299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.77%

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

R = 24.29%
G = 13.77%
B = 61.94%

CMYK

 C value IS 0.61

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3C2299 (or 0x3C2299) is known color: Blue Gem. HEX triplet: 3C, 22 and 99. RGB value is (60,34,153). Sum of RGB (Red+Green+Blue) = 60+34+153=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C2299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2299 is #C3DD66. Grayscale: #363636. Windows color (decimal): -12836199 or 10035772. OLE color: 10035772.

HSL color Cylindrical-coordinate representation of color #3C2299: hue angle of 253.11º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C2299 is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 60 34 153 -
CMYK 0.61 0.78 0 0.4
HSL 253.11º 0.64% 0.37% -
HSV(B) 253.11º 0.78% 0.6% -
XYZ 8.19 4.4 30.56 -
YUV 55.34 183.11 131.32 -
System Red Green Blue C M Y K H S L
Decimal 60 34 153 0.61 0.78 0 0.4 253.11 0.64 0.37
Hex 3C 22 99 3D 4E 0 28 FD 40 25
Octal 74 42 231 75 116 0 50 375 100 45
Binary 111100 100010 10011001 111101 1001110 0 101000 11111101 1000000 100101

Color Harmonies of #3C2299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2299

Black with #3C2299

Text Example


Text Example

White with #3C2299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,34,153); }

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

background-color css

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

 a { background-color: rgb(60,34,153); }

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

border-color css

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

 span { border-color: rgb(60,34,153); }

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