#3848DD

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

Shades of Free Speech Blue #3848DD

Tints of Free Speech Blue #3848DD

Color information

#3848DD (or 0x3848DD) is unknown color: approx Free Speech Blue. HEX triplet: 38, 48 and DD. RGB value is (56,72,221). Sum of RGB (Red+Green+Blue) = 56+72+221=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #3848DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3848DD is #C7B722. Grayscale: #535353. Windows color (decimal): -13088547 or 14501944. OLE color: 14501944.

HSL color Cylindrical-coordinate representation of color #3848DD: hue angle of 234.18º 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 #3848DD is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5672221-
CMYK0.750.6700.13
HSL234.18º70.82%54.31%-
HSV(B)234.18º74.66%86.67%-
XYZ1710.769.58-
YUV84.2205.2107.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.05%
GREEN value IS 72 (28.52% from 255) = 20.63%
BLUE value IS 221 (86.72% from 255) = 63.32%
R=16.05%
G=20.63%
B=63.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal56722210.750.6700.13234.1870.8254.31
Hex3848DD4B430Dea4736
Octal7011033511310301535210766
Binary1110001001000110111011001011100001101101111010101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3848DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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