Html Css Color HEX #3C2996 Blue Gem

📋 copy color: '#3C2996'

red 60 ◦ green 41 ◦ blue 150

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

Shades of Blue Gem #3C2996

Tints of Blue Gem #3C2996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 59.76%

R = 23.9%
G = 16.33%
B = 59.76%

CMYK

 C value IS 0.6

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3C2996 (or 0x3C2996) is known color: Blue Gem. HEX triplet: 3C, 29 and 96. RGB value is (60,41,150). Sum of RGB (Red+Green+Blue) = 60+41+150=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 150 (58.98% from 255 or 59.76% from 251); Max value from RGB is 150 - color contains mainly: blue. Hex color #3C2996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2996 is #C3D669. Grayscale: #3A3A3A. Windows color (decimal): -12834410 or 9840956. OLE color: 9840956.

HSL color Cylindrical-coordinate representation of color #3C2996: hue angle of 250.46º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C2996 is Cyan = 0.6, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 60 41 150 -
CMYK 0.6 0.73 0 0.41
HSL 250.46º 0.57% 0.37% -
HSV(B) 250.46º 0.73% 0.59% -
XYZ 8.16 4.75 29.34 -
YUV 59.11 179.29 128.64 -
System Red Green Blue C M Y K H S L
Decimal 60 41 150 0.6 0.73 0 0.41 250.46 0.57 0.37
Hex 3C 29 96 3C 49 0 29 FA 39 25
Octal 74 51 226 74 111 0 51 372 71 45
Binary 111100 101001 10010110 111100 1001001 0 101001 11111010 111001 100101

Color Harmonies of #3C2996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2996

Black with #3C2996

Text Example


Text Example

White with #3C2996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,41,150); }

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

background-color css

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

 a { background-color: rgb(60,41,150); }

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

border-color css

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

 span { border-color: rgb(60,41,150); }

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