#3F43CA

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

Shades of Free Speech Blue #3F43CA

Tints of Free Speech Blue #3F43CA

Color information

#3F43CA (or 0x3F43CA) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 43 and CA. RGB value is (63,67,202). Sum of RGB (Red+Green+Blue) = 63+67+202=332 (43% of max value = 765). Red value is 63 (25% from 255 or 18.98% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 202 (79.30% from 255 or 60.84% from 332); Max value from RGB is 202 - color contains mainly: blue. Hex color #3F43CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F43CA is #C0BC35. Grayscale: #505050. Windows color (decimal): -12631094 or 13255487. OLE color: 13255487.

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

Color convert

RGB6367202-
CMYK0.690.6700.21
HSL238.27º56.73%51.96%-
HSV(B)238.27º68.81%79.22%-
XYZ14.729.3456.9-
YUV81.19196.17115.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.98%
GREEN value IS 67 (26.56% from 255) = 20.18%
BLUE value IS 202 (79.30% from 255) = 60.84%
R=18.98%
G=20.18%
B=60.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal63672020.690.6700.21238.2756.7351.96
Hex3F43CA4543015ee3934
Octal771033121051030253567164
Binary1111111000011110010101000101100001101010111101110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F43CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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