Html Css Color HEX #3C33B1 Blue Gem

📋 copy color: '#3C33B1'

red 60 ◦ green 51 ◦ blue 177

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

Shades of Blue Gem #3C33B1

Tints of Blue Gem #3C33B1

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.71%

 BLUE value IS 177 (69.53% from 255) = 61.46%

R = 20.83%
G = 17.71%
B = 61.46%

CMYK

 C value IS 0.66

 M value IS 0.71

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3C33B1 (or 0x3C33B1) is known color: Blue Gem. HEX triplet: 3C, 33 and B1. RGB value is (60,51,177). Sum of RGB (Red+Green+Blue) = 60+51+177=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 177 (69.53% from 255 or 61.46% from 288); Max value from RGB is 177 - color contains mainly: blue. Hex color #3C33B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C33B1 is #C3CC4E. Grayscale: #434343. Windows color (decimal): -12831823 or 11612988. OLE color: 11612988.

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

Color convert

RGB 60 51 177 -
CMYK 0.66 0.71 0 0.31
HSL 244.29º 0.55% 0.45% -
HSV(B) 244.29º 0.71% 0.69% -
XYZ 10.98 6.5 42.27 -
YUV 68.06 189.48 122.25 -
System Red Green Blue C M Y K H S L
Decimal 60 51 177 0.66 0.71 0 0.31 244.29 0.55 0.45
Hex 3C 33 B1 42 47 0 1F F4 37 2D
Octal 74 63 261 102 107 0 37 364 67 55
Binary 111100 110011 10110001 1000010 1000111 0 11111 11110100 110111 101101

Color Harmonies of #3C33B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C33B1

Black with #3C33B1

Text Example


Text Example

White with #3C33B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,51,177); }

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

background-color css

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

 a { background-color: rgb(60,51,177); }

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

border-color css

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

 span { border-color: rgb(60,51,177); }

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