Html Css Color HEX #3C35AB Blue Gem

📋 copy color: '#3C35AB'

red 60 ◦ green 53 ◦ blue 171

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

Shades of Blue Gem #3C35AB

Tints of Blue Gem #3C35AB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.66%

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

R = 21.13%
G = 18.66%
B = 60.21%

CMYK

 C value IS 0.65

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C35AB (or 0x3C35AB) is known color: Blue Gem. HEX triplet: 3C, 35 and AB. RGB value is (60,53,171). Sum of RGB (Red+Green+Blue) = 60+53+171=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C35AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C35AB is #C3CA54. Grayscale: #444444. Windows color (decimal): -12831317 or 11220284. OLE color: 11220284.

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

Color convert

RGB 60 53 171 -
CMYK 0.65 0.69 0 0.33
HSL 243.56º 0.53% 0.44% -
HSV(B) 243.56º 0.69% 0.67% -
XYZ 10.49 6.45 39.22 -
YUV 68.55 185.82 121.91 -
System Red Green Blue C M Y K H S L
Decimal 60 53 171 0.65 0.69 0 0.33 243.56 0.53 0.44
Hex 3C 35 AB 41 45 0 21 F4 35 2C
Octal 74 65 253 101 105 0 41 364 65 54
Binary 111100 110101 10101011 1000001 1000101 0 100001 11110100 110101 101100

Color Harmonies of #3C35AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C35AB

Black with #3C35AB

Text Example


Text Example

White with #3C35AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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