#3834DD

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

Shades of Free Speech Blue #3834DD

Tints of Free Speech Blue #3834DD

Color information

#3834DD (or 0x3834DD) is unknown color: approx Free Speech Blue. HEX triplet: 38, 34 and DD. RGB value is (56,52,221). Sum of RGB (Red+Green+Blue) = 56+52+221=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 221 (86.72% from 255 or 67.17% from 329); Max value from RGB is 221 - color contains mainly: blue. Hex color #3834DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3834DD is #C7CB22. Grayscale: #474747. Windows color (decimal): -13093667 or 14496824. OLE color: 14496824.

HSL color Cylindrical-coordinate representation of color #3834DD: hue angle of 241.42º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3834DD is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5652221-
CMYK0.750.7600.13
HSL241.42º71.31%53.53%-
HSV(B)241.42º76.47%86.67%-
XYZ15.918.5269.21-
YUV72.46211.83116.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.02%
GREEN value IS 52 (20.70% from 255) = 15.81%
BLUE value IS 221 (86.72% from 255) = 67.17%
R=17.02%
G=15.81%
B=67.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal56522210.750.7600.13241.4271.3153.53
Hex3834DD4B4C0Df14736
Octal706433511311401536110766
Binary111000110100110111011001011100110001101111100011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3834DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3834DD; }

 p { color: rgb(56,52,221); }

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

<style>
 a { background-color: #3834DD; }

 a { background-color: rgb(56,52,221); }

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

<style>
 span { border-color: #3834DD; }

 span { border-color: rgb(56,52,221); }

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