Html Css Color HEX #3C37AB Blue Gem

📋 copy color: '#3C37AB'

red 60 ◦ green 55 ◦ blue 171

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

Shades of Blue Gem #3C37AB

Tints of Blue Gem #3C37AB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.23%

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

R = 20.98%
G = 19.23%
B = 59.79%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C37AB (or 0x3C37AB) is known color: Blue Gem. HEX triplet: 3C, 37 and AB. RGB value is (60,55,171). Sum of RGB (Red+Green+Blue) = 60+55+171=286 (37% of max value = 765). Red value is 60 (23.83% from 255 or 20.98% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C37AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C37AB is #C3C854. Grayscale: #454545. Windows color (decimal): -12830805 or 11220796. OLE color: 11220796.

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

Color convert

RGB 60 55 171 -
CMYK 0.65 0.68 0 0.33
HSL 242.59º 0.51% 0.44% -
HSV(B) 242.59º 0.68% 0.67% -
XYZ 10.58 6.63 39.25 -
YUV 69.72 185.16 121.07 -
System Red Green Blue C M Y K H S L
Decimal 60 55 171 0.65 0.68 0 0.33 242.59 0.51 0.44
Hex 3C 37 AB 41 44 0 21 F3 33 2C
Octal 74 67 253 101 104 0 41 363 63 54
Binary 111100 110111 10101011 1000001 1000100 0 100001 11110011 110011 101100

Color Harmonies of #3C37AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C37AB

Black with #3C37AB

Text Example


Text Example

White with #3C37AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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