#3C3DAD

Color #3C3DAD Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #3C3DAD

Tints of Governor Bay #3C3DAD

Color information

#3C3DAD (or 0x3C3DAD) is unknown color: approx Governor Bay. HEX triplet: 3C, 3D and AD. RGB value is (60,61,173). Sum of RGB (Red+Green+Blue) = 60+61+173=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C3DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3DAD is #C3C252. Grayscale: #494949. Windows color (decimal): -12829267 or 11353404. OLE color: 11353404.

HSL color Cylindrical-coordinate representation of color #3C3DAD: hue angle of 239.47º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C3DAD is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6061173-
CMYK0.650.6500.32
HSL239.47º48.5%45.69%-
HSV(B)239.47º65.32%67.84%-
XYZ11.087.3240.36-
YUV73.47184.17118.39-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.41%
GREEN value IS 61 (24.22% from 255) = 20.75%
BLUE value IS 173 (67.97% from 255) = 58.84%
R=20.41%
G=20.75%
B=58.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal60611730.650.6500.32239.4748.545.69
Hex3C3DAD4141020ef302e
Octal74752551011010403576056
Binary1111001111011010110110000011000001010000011101111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,61,173); }

 H1.HeaderClassName
 {
   color: #3C3DAD;
 }
 .AnyTagClassName
 {
   color: #3C3DAD;
 }
</style>
background-color css

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

 a { background-color: rgb(60,61,173); }

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

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

 span { border-color: rgb(60,61,173); }

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