#3D3CCC

Color #3D3CCC Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #3D3CCC

Tints of Free Speech Blue #3D3CCC

Color information

#3D3CCC (or 0x3D3CCC) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 3C and CC. RGB value is (61,60,204). Sum of RGB (Red+Green+Blue) = 61+60+204=325 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.77% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #3D3CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D3CCC is #C2C333. Grayscale: #4C4C4C. Windows color (decimal): -12763956 or 13384765. OLE color: 13384765.

HSL color Cylindrical-coordinate representation of color #3D3CCC: hue angle of 240.42º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D3CCC is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6160204-
CMYK0.700.7100.2
HSL240.42º58.54%51.76%-
HSV(B)240.42º70.59%80%-
XYZ14.448.5858.02-
YUV76.72199.83116.79-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.77%
GREEN value IS 60 (23.83% from 255) = 18.46%
BLUE value IS 204 (80.08% from 255) = 62.77%
R=18.77%
G=18.46%
B=62.77%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal61602040.700.7100.2240.4258.5451.76
Hex3D3CCC4647014f03b34
Octal75743141061070243607364
Binary111101111100110011001000110100011101010011110000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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