Html Css Color HEX #3C36AF Blue Gem

📋 copy color: '#3C36AF'

red 60 ◦ green 54 ◦ blue 175

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

Shades of Blue Gem #3C36AF

Tints of Blue Gem #3C36AF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.69%

 BLUE value IS 175 (68.75% from 255) = 60.55%

R = 20.76%
G = 18.69%
B = 60.55%

CMYK

 C value IS 0.66

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3C36AF (or 0x3C36AF) is known color: Blue Gem. HEX triplet: 3C, 36 and AF. RGB value is (60,54,175). Sum of RGB (Red+Green+Blue) = 60+54+175=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 175 (68.75% from 255 or 60.55% from 289); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C36AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C36AF is #C3C950. Grayscale: #454545. Windows color (decimal): -12831057 or 11482684. OLE color: 11482684.

HSL color Cylindrical-coordinate representation of color #3C36AF: hue angle of 242.98º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C36AF is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 60 54 175 -
CMYK 0.66 0.69 0 0.31
HSL 242.98º 0.53% 0.45% -
HSV(B) 242.98º 0.69% 0.69% -
XYZ 10.92 6.69 41.27 -
YUV 69.59 187.49 121.16 -
System Red Green Blue C M Y K H S L
Decimal 60 54 175 0.66 0.69 0 0.31 242.98 0.53 0.45
Hex 3C 36 AF 42 45 0 1F F3 35 2D
Octal 74 66 257 102 105 0 37 363 65 55
Binary 111100 110110 10101111 1000010 1000101 0 11111 11110011 110101 101101

Color Harmonies of #3C36AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C36AF

Black with #3C36AF

Text Example


Text Example

White with #3C36AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,54,175); }

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

background-color css

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

 a { background-color: rgb(60,54,175); }

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

border-color css

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

 span { border-color: rgb(60,54,175); }

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