#3F38B4

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

Shades of Free Speech Blue #3F38B4

Tints of Free Speech Blue #3F38B4

Color information

#3F38B4 (or 0x3F38B4) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 38 and B4. RGB value is (63,56,180). Sum of RGB (Red+Green+Blue) = 63+56+180=299 (39% of max value = 765). Red value is 63 (25% from 255 or 21.07% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 180 (70.70% from 255 or 60.20% from 299); Max value from RGB is 180 - color contains mainly: blue. Hex color #3F38B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F38B4 is #C0C74B. Grayscale: #474747. Windows color (decimal): -12633932 or 11810879. OLE color: 11810879.

HSL color Cylindrical-coordinate representation of color #3F38B4: hue angle of 243.39º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F38B4 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6356180-
CMYK0.650.6900.29
HSL243.39º52.54%46.27%-
HSV(B)243.39º68.89%70.59%-
XYZ11.77.1843.95-
YUV72.23188.82121.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.07%
GREEN value IS 56 (22.27% from 255) = 18.73%
BLUE value IS 180 (70.70% from 255) = 60.20%
R=21.07%
G=18.73%
B=60.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal63561800.650.6900.29243.3952.5446.27
Hex3F38B4414501Df3352e
Octal77702641011050353636556
Binary111111111000101101001000001100010101110111110011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F38B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,56,180); }

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

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

 a { background-color: rgb(63,56,180); }

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

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

 span { border-color: rgb(63,56,180); }

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