#3842CF

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

Shades of Free Speech Blue #3842CF

Tints of Free Speech Blue #3842CF

Color information

#3842CF (or 0x3842CF) is unknown color: approx Free Speech Blue. HEX triplet: 38, 42 and CF. RGB value is (56,66,207). Sum of RGB (Red+Green+Blue) = 56+66+207=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #3842CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3842CF is #C7BD30. Grayscale: #4E4E4E. Windows color (decimal): -13090097 or 13582904. OLE color: 13582904.

HSL color Cylindrical-coordinate representation of color #3842CF: hue angle of 236.03º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3842CF is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5666207-
CMYK0.730.6800.19
HSL236.03º61.13%51.57%-
HSV(B)236.03º72.95%81.18%-
XYZ14.849.2460.03-
YUV79.08200.19111.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.02%
GREEN value IS 66 (26.17% from 255) = 20.06%
BLUE value IS 207 (81.25% from 255) = 62.92%
R=17.02%
G=20.06%
B=62.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal56662070.730.6800.19236.0361.1351.57
Hex3842CF4944013ec3d34
Octal701023171111040233547564
Binary1110001000010110011111001001100010001001111101100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3842CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3842CF; }

 p { color: rgb(56,66,207); }

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

<style>
 a { background-color: #3842CF; }

 a { background-color: rgb(56,66,207); }

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

<style>
 span { border-color: #3842CF; }

 span { border-color: rgb(56,66,207); }

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