#3348dd

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

Shades of Free Speech Blue #3348DD

Tints of Free Speech Blue #3348DD

Color information

#3348DD (or 0x3348DD) is unknown color: approx Free Speech Blue. HEX triplet: 33, 48 and DD. RGB value is (51,72,221). Sum of RGB (Red+Green+Blue) = 51+72+221=344 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.83% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 221 (86.72% from 255 or 64.24% from 344); Max value from RGB is 221 - color contains mainly: blue. Hex color #3348DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3348DD is #CCB722. Grayscale: #525252. Windows color (decimal): -13416227 or 14501939. OLE color: 14501939.

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

Color convert

RGB5172221-
CMYK0.770.6700.13
HSL232.59º71.43%53.33%-
HSV(B)232.59º76.92%86.67%-
XYZ16.7310.5669.56-
YUV82.71206.04105.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.83%
GREEN value IS 72 (28.52% from 255) = 20.93%
BLUE value IS 221 (86.72% from 255) = 64.24%
R=14.83%
G=20.93%
B=64.24%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal51722210.770.6700.13232.5971.4353.33
Hex3348DD4D430De94735
Octal6311033511510301535110765
Binary1100111001000110111011001101100001101101111010011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3348dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3348dd; }

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

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

<style>
 a { background-color: #3348dd; }

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

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

<style>
 span { border-color: #3348dd; }

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

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