#3F42CC

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

Shades of Free Speech Blue #3F42CC

Tints of Free Speech Blue #3F42CC

Color information

#3F42CC (or 0x3F42CC) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 42 and CC. RGB value is (63,66,204). Sum of RGB (Red+Green+Blue) = 63+66+204=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F42CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F42CC is #C0BD33. Grayscale: #505050. Windows color (decimal): -12631348 or 13386303. OLE color: 13386303.

HSL color Cylindrical-coordinate representation of color #3F42CC: hue angle of 238.72º 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 #3F42CC is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6366204-
CMYK0.690.6800.2
HSL238.72º58.02%52.35%-
HSV(B)238.72º69.12%80%-
XYZ14.99.3158.14-
YUV80.83197.51115.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.92%
GREEN value IS 66 (26.17% from 255) = 19.82%
BLUE value IS 204 (80.08% from 255) = 61.26%
R=18.92%
G=19.82%
B=61.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal63662040.690.6800.2238.7258.0252.35
Hex3F42CC4544014ef3a34
Octal771023141051040243577264
Binary1111111000010110011001000101100010001010011101111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F42CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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