#3450DD

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

Shades of Free Speech Blue #3450DD

Tints of Free Speech Blue #3450DD

Color information

#3450DD (or 0x3450DD) is unknown color: approx Free Speech Blue. HEX triplet: 34, 50 and DD. RGB value is (52,80,221). Sum of RGB (Red+Green+Blue) = 52+80+221=353 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.73% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #3450DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3450DD is #CBAF22. Grayscale: #575757. Windows color (decimal): -13348643 or 14503988. OLE color: 14503988.

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

Color convert

RGB5280221-
CMYK0.760.6400.13
HSL230.06º71.31%53.53%-
HSV(B)230.06º76.47%86.67%-
XYZ17.3411.6969.75-
YUV87.7203.22102.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.73%
GREEN value IS 80 (31.64% from 255) = 22.66%
BLUE value IS 221 (86.72% from 255) = 62.61%
R=14.73%
G=22.66%
B=62.61%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal52802210.760.6400.13230.0671.3153.53
Hex3450DD4C400De64736
Octal6412033511410001534610766
Binary1101001010000110111011001100100000001101111001101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3450DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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