#3835D8

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

Shades of Free Speech Blue #3835D8

Tints of Free Speech Blue #3835D8

Color information

#3835D8 (or 0x3835D8) is unknown color: approx Free Speech Blue. HEX triplet: 38, 35 and D8. RGB value is (56,53,216). Sum of RGB (Red+Green+Blue) = 56+53+216=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 216 (84.77% from 255 or 66.46% from 325); Max value from RGB is 216 - color contains mainly: blue. Hex color #3835D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3835D8 is #C7CA27. Grayscale: #474747. Windows color (decimal): -13093416 or 14169400. OLE color: 14169400.

HSL color Cylindrical-coordinate representation of color #3835D8: hue angle of 241.1º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3835D8 is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5653216-
CMYK0.740.7500.15
HSL241.1º67.63%52.75%-
HSV(B)241.1º75.46%84.71%-
XYZ15.38.3465.77-
YUV72.48208.99116.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.23%
GREEN value IS 53 (21.09% from 255) = 16.31%
BLUE value IS 216 (84.77% from 255) = 66.46%
R=17.23%
G=16.31%
B=66.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal56532160.740.7500.15241.167.6352.75
Hex3835D84A4B0Ff14435
Octal706533011211301736110465
Binary111000110101110110001001010100101101111111100011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3835D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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