#3842C9

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

Shades of Free Speech Blue #3842C9

Tints of Free Speech Blue #3842C9

Color information

#3842C9 (or 0x3842C9) is unknown color: approx Free Speech Blue. HEX triplet: 38, 42 and C9. RGB value is (56,66,201). Sum of RGB (Red+Green+Blue) = 56+66+201=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 201 (78.91% from 255 or 62.23% from 323); Max value from RGB is 201 - color contains mainly: blue. Hex color #3842C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3842C9 is #C7BD36. Grayscale: #4D4D4D. Windows color (decimal): -13090103 or 13189688. OLE color: 13189688.

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

Color convert

RGB5666201-
CMYK0.720.6700.21
HSL235.86º57.31%50.39%-
HSV(B)235.86º72.14%78.82%-
XYZ14.128.9556.24-
YUV78.4197.19112.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.34%
GREEN value IS 66 (26.17% from 255) = 20.43%
BLUE value IS 201 (78.91% from 255) = 62.23%
R=17.34%
G=20.43%
B=62.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal56662010.720.6700.21235.8657.3150.39
Hex3842C94843015ec3932
Octal701023111101030253547162
Binary1110001000010110010011001000100001101010111101100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3842C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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