#3852DD

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

Shades of Free Speech Blue #3852DD

Tints of Free Speech Blue #3852DD

Color information

#3852DD (or 0x3852DD) is unknown color: approx Free Speech Blue. HEX triplet: 38, 52 and DD. RGB value is (56,82,221). Sum of RGB (Red+Green+Blue) = 56+82+221=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 221 (86.72% from 255 or 61.56% from 359); Max value from RGB is 221 - color contains mainly: blue. Hex color #3852DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3852DD is #C7AD22. Grayscale: #595959. Windows color (decimal): -13085987 or 14504504. OLE color: 14504504.

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

Color convert

RGB5682221-
CMYK0.750.6300.13
HSL230.55º70.82%54.31%-
HSV(B)230.55º74.66%86.67%-
XYZ17.712.169.81-
YUV90.07201.89103.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.60%
GREEN value IS 82 (32.42% from 255) = 22.84%
BLUE value IS 221 (86.72% from 255) = 61.56%
R=15.60%
G=22.84%
B=61.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal56822210.750.6300.13230.5570.8254.31
Hex3852DD4B3F0De74736
Octal701223351137701534710766
Binary111000101001011011101100101111111101101111001111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3852DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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