Html Css Color HEX #3C17AB Blue Gem

📋 copy color: '#3C17AB'

red 60 ◦ green 23 ◦ blue 171

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

Shades of Blue Gem #3C17AB

Tints of Blue Gem #3C17AB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.06%

 BLUE value IS 171 (67.19% from 255) = 67.32%

R = 23.62%
G = 9.06%
B = 67.32%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C17AB (or 0x3C17AB) is known color: Blue Gem. HEX triplet: 3C, 17 and AB. RGB value is (60,23,171). Sum of RGB (Red+Green+Blue) = 60+23+171=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 171 (67.19% from 255 or 67.32% from 254); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C17AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C17AB is #C3E854. Grayscale: #323232. Windows color (decimal): -12838997 or 11212604. OLE color: 11212604.

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

Color convert

RGB 60 23 171 -
CMYK 0.65 0.87 0 0.33
HSL 255º 0.76% 0.38% -
HSV(B) 255º 0.87% 0.67% -
XYZ 9.52 4.51 38.9 -
YUV 50.94 195.76 134.47 -
System Red Green Blue C M Y K H S L
Decimal 60 23 171 0.65 0.87 0 0.33 255 0.76 0.38
Hex 3C 17 AB 41 57 0 21 FF 4C 26
Octal 74 27 253 101 127 0 41 377 114 46
Binary 111100 10111 10101011 1000001 1010111 0 100001 11111111 1001100 100110

Color Harmonies of #3C17AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C17AB

Black with #3C17AB

Text Example


Text Example

White with #3C17AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,23,171); }

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

background-color css

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

 a { background-color: rgb(60,23,171); }

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

border-color css

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

 span { border-color: rgb(60,23,171); }

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