#3348D6

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

Shades of Free Speech Blue #3348D6

Tints of Free Speech Blue #3348D6

Color information

#3348D6 (or 0x3348D6) is unknown color: approx Free Speech Blue. HEX triplet: 33, 48 and D6. RGB value is (51,72,214). Sum of RGB (Red+Green+Blue) = 51+72+214=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 214 (83.98% from 255 or 63.50% from 337); Max value from RGB is 214 - color contains mainly: blue. Hex color #3348D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3348D6 is #CCB729. Grayscale: #515151. Windows color (decimal): -13416234 or 14043187. OLE color: 14043187.

HSL color Cylindrical-coordinate representation of color #3348D6: hue angle of 232.27º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3348D6 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5172214-
CMYK0.760.6600.16
HSL232.27º66.53%51.96%-
HSV(B)232.27º76.17%83.92%-
XYZ15.8210.1964.75-
YUV81.91202.54105.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.13%
GREEN value IS 72 (28.52% from 255) = 21.36%
BLUE value IS 214 (83.98% from 255) = 63.50%
R=15.13%
G=21.36%
B=63.50%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal51722140.760.6600.16232.2766.5351.96
Hex3348D64C42010e84334
Octal6311032611410202035010364
Binary11001110010001101011010011001000010010000111010001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3348D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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