Html Css Color HEX #3C18AA Blue Gem

📋 copy color: '#3C18AA'

red 60 ◦ green 24 ◦ blue 170

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

Shades of Blue Gem #3C18AA

Tints of Blue Gem #3C18AA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.45%

 BLUE value IS 170 (66.8% from 255) = 66.93%

R = 23.62%
G = 9.45%
B = 66.93%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C18AA (or 0x3C18AA) is known color: Blue Gem. HEX triplet: 3C, 18 and AA. RGB value is (60,24,170). Sum of RGB (Red+Green+Blue) = 60+24+170=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C18AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C18AA is #C3E755. Grayscale: #323232. Windows color (decimal): -12838742 or 11147324. OLE color: 11147324.

HSL color Cylindrical-coordinate representation of color #3C18AA: hue angle of 254.79º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C18AA is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 24 170 -
CMYK 0.65 0.86 0 0.33
HSL 254.79º 0.75% 0.38% -
HSV(B) 254.79º 0.86% 0.67% -
XYZ 9.45 4.52 38.4 -
YUV 51.41 194.93 134.13 -
System Red Green Blue C M Y K H S L
Decimal 60 24 170 0.65 0.86 0 0.33 254.79 0.75 0.38
Hex 3C 18 AA 41 56 0 21 FF 4B 26
Octal 74 30 252 101 126 0 41 377 113 46
Binary 111100 11000 10101010 1000001 1010110 0 100001 11111111 1001011 100110

Color Harmonies of #3C18AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C18AA

Black with #3C18AA

Text Example


Text Example

White with #3C18AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,24,170); }

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

background-color css

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

 a { background-color: rgb(60,24,170); }

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

border-color css

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

 span { border-color: rgb(60,24,170); }

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