#3843CF

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

Shades of Free Speech Blue #3843CF

Tints of Free Speech Blue #3843CF

Color information

#3843CF (or 0x3843CF) is unknown color: approx Free Speech Blue. HEX triplet: 38, 43 and CF. RGB value is (56,67,207). Sum of RGB (Red+Green+Blue) = 56+67+207=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #3843CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3843CF is #C7BC30. Grayscale: #4F4F4F. Windows color (decimal): -13089841 or 13583160. OLE color: 13583160.

HSL color Cylindrical-coordinate representation of color #3843CF: hue angle of 235.63º 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 #3843CF is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5667207-
CMYK0.730.6800.19
HSL235.63º61.13%51.57%-
HSV(B)235.63º72.95%81.18%-
XYZ14.99.3660.05-
YUV79.67199.86111.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.97%
GREEN value IS 67 (26.56% from 255) = 20.30%
BLUE value IS 207 (81.25% from 255) = 62.73%
R=16.97%
G=20.30%
B=62.73%

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
Decimal56672070.730.6800.19235.6361.1351.57
Hex3843CF4944013ec3d34
Octal701033171111040233547564
Binary1110001000011110011111001001100010001001111101100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3843CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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