#3F45CC

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

Shades of Free Speech Blue #3F45CC

Tints of Free Speech Blue #3F45CC

Color information

#3F45CC (or 0x3F45CC) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 45 and CC. RGB value is (63,69,204). Sum of RGB (Red+Green+Blue) = 63+69+204=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F45CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F45CC is #C0BA33. Grayscale: #525252. Windows color (decimal): -12630580 or 13387071. OLE color: 13387071.

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

Color convert

RGB6369204-
CMYK0.690.6600.2
HSL237.45º58.02%52.35%-
HSV(B)237.45º69.12%80%-
XYZ15.089.6758.2-
YUV82.6196.51114.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.75%
GREEN value IS 69 (27.34% from 255) = 20.54%
BLUE value IS 204 (80.08% from 255) = 60.71%
R=18.75%
G=20.54%
B=60.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal63692040.690.6600.2237.4558.0252.35
Hex3F45CC4542014ed3a34
Octal771053141051020243557264
Binary1111111000101110011001000101100001001010011101101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F45CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,69,204); }

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

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

 a { background-color: rgb(63,69,204); }

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

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

 span { border-color: rgb(63,69,204); }

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