#3835D6

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

Shades of Free Speech Blue #3835D6

Tints of Free Speech Blue #3835D6

Color information

#3835D6 (or 0x3835D6) is unknown color: approx Free Speech Blue. HEX triplet: 38, 35 and D6. RGB value is (56,53,214). Sum of RGB (Red+Green+Blue) = 56+53+214=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 214 (83.98% from 255 or 66.25% from 323); Max value from RGB is 214 - color contains mainly: blue. Hex color #3835D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3835D6 is #C7CA29. Grayscale: #474747. Windows color (decimal): -13093418 or 14038328. OLE color: 14038328.

HSL color Cylindrical-coordinate representation of color #3835D6: hue angle of 241.12º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3835D6 is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5653214-
CMYK0.740.7500.16
HSL241.12º66.26%52.35%-
HSV(B)241.12º75.23%83.92%-
XYZ15.048.2464.42-
YUV72.25207.99116.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.34%
GREEN value IS 53 (21.09% from 255) = 16.41%
BLUE value IS 214 (83.98% from 255) = 66.25%
R=17.34%
G=16.41%
B=66.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal56532140.740.7500.16241.1266.2652.35
Hex3835D64A4B010f14234
Octal706532611211302036110264
Binary1110001101011101011010010101001011010000111100011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3835D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3835D6; }

 p { color: rgb(56,53,214); }

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

<style>
 a { background-color: #3835D6; }

 a { background-color: rgb(56,53,214); }

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

<style>
 span { border-color: #3835D6; }

 span { border-color: rgb(56,53,214); }

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