Html Css Color HEX #3C1BAE Blue Gem

📋 copy color: '#3C1BAE'

red 60 ◦ green 27 ◦ blue 174

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

Shades of Blue Gem #3C1BAE

Tints of Blue Gem #3C1BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.34%

 BLUE value IS 174 (68.36% from 255) = 66.67%

R = 22.99%
G = 10.34%
B = 66.67%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C1BAE (or 0x3C1BAE) is known color: Blue Gem. HEX triplet: 3C, 1B and AE. RGB value is (60,27,174). Sum of RGB (Red+Green+Blue) = 60+27+174=261 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.99% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 174 (68.36% from 255 or 66.67% from 261); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C1BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C1BAE is #C3E451. Grayscale: #353535. Windows color (decimal): -12837970 or 11410236. OLE color: 11410236.

HSL color Cylindrical-coordinate representation of color #3C1BAE: hue angle of 253.47º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C1BAE is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 60 27 174 -
CMYK 0.66 0.84 0 0.32
HSL 253.47º 0.73% 0.39% -
HSV(B) 253.47º 0.84% 0.68% -
XYZ 9.9 4.8 40.45 -
YUV 53.63 195.93 132.55 -
System Red Green Blue C M Y K H S L
Decimal 60 27 174 0.66 0.84 0 0.32 253.47 0.73 0.39
Hex 3C 1B AE 42 54 0 20 FD 49 27
Octal 74 33 256 102 124 0 40 375 111 47
Binary 111100 11011 10101110 1000010 1010100 0 100000 11111101 1001001 100111

Color Harmonies of #3C1BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1BAE

Black with #3C1BAE

Text Example


Text Example

White with #3C1BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,27,174); }

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

background-color css

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

 a { background-color: rgb(60,27,174); }

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

border-color css

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

 span { border-color: rgb(60,27,174); }

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