Html Css Color HEX #3C1FAB Blue Gem

📋 copy color: '#3C1FAB'

red 60 ◦ green 31 ◦ blue 171

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

Shades of Blue Gem #3C1FAB

Tints of Blue Gem #3C1FAB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.83%

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

R = 22.9%
G = 11.83%
B = 65.27%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C1FAB (or 0x3C1FAB) is known color: Blue Gem. HEX triplet: 3C, 1F and AB. RGB value is (60,31,171). Sum of RGB (Red+Green+Blue) = 60+31+171=262 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.90% from 262); Green value is 31 (12.5% from 255 or 11.83% from 262); Blue value is 171 (67.19% from 255 or 65.27% from 262); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C1FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C1FAB is #C3E054. Grayscale: #373737. Windows color (decimal): -12836949 or 11214652. OLE color: 11214652.

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

Color convert

RGB 60 31 171 -
CMYK 0.65 0.82 0 0.33
HSL 252.43º 0.69% 0.4% -
HSV(B) 252.43º 0.82% 0.67% -
XYZ 9.7 4.88 38.96 -
YUV 55.63 193.11 131.12 -
System Red Green Blue C M Y K H S L
Decimal 60 31 171 0.65 0.82 0 0.33 252.43 0.69 0.4
Hex 3C 1F AB 41 52 0 21 FC 45 28
Octal 74 37 253 101 122 0 41 374 105 50
Binary 111100 11111 10101011 1000001 1010010 0 100001 11111100 1000101 101000

Color Harmonies of #3C1FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1FAB

Black with #3C1FAB

Text Example


Text Example

White with #3C1FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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