#3F35CA

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

Shades of Free Speech Blue #3F35CA

Tints of Free Speech Blue #3F35CA

Color information

#3F35CA (or 0x3F35CA) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 35 and CA. RGB value is (63,53,202). Sum of RGB (Red+Green+Blue) = 63+53+202=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 202 (79.30% from 255 or 63.52% from 318); Max value from RGB is 202 - color contains mainly: blue. Hex color #3F35CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F35CA is #C0CA35. Grayscale: #484848. Windows color (decimal): -12634678 or 13251903. OLE color: 13251903.

HSL color Cylindrical-coordinate representation of color #3F35CA: hue angle of 244.03º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F35CA is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6353202-
CMYK0.690.7400.21
HSL244.03º58.43%50%-
HSV(B)244.03º73.76%79.22%-
XYZ13.987.8756.66-
YUV72.98200.81120.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.81%
GREEN value IS 53 (21.09% from 255) = 16.67%
BLUE value IS 202 (79.30% from 255) = 63.52%
R=19.81%
G=16.67%
B=63.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal63532020.690.7400.21244.0358.4350
Hex3F35CA454A015f43a32
Octal77653121051120253647262
Binary111111110101110010101000101100101001010111110100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F35CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,53,202); }

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

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

 a { background-color: rgb(63,53,202); }

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

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

 span { border-color: rgb(63,53,202); }

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