#3351CC

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

Shades of Free Speech Blue #3351CC

Tints of Free Speech Blue #3351CC

Color information

#3351CC (or 0x3351CC) is unknown color: approx Free Speech Blue. HEX triplet: 33, 51 and CC. RGB value is (51,81,204). Sum of RGB (Red+Green+Blue) = 51+81+204=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #3351CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3351CC is #CCAE33. Grayscale: #555555. Windows color (decimal): -13413940 or 13390131. OLE color: 13390131.

HSL color Cylindrical-coordinate representation of color #3351CC: hue angle of 228.24º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3351CC is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5181204-
CMYK0.750.6000.2
HSL228.24º60%50%-
HSV(B)228.24º75%80%-
XYZ15.2110.9558.44-
YUV86.05194.56103-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.18%
GREEN value IS 81 (32.03% from 255) = 24.11%
BLUE value IS 204 (80.08% from 255) = 60.71%
R=15.18%
G=24.11%
B=60.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal51812040.750.6000.2228.246050
Hex3351CC4B3C014e43c32
Octal63121314113740243447462
Binary110011101000111001100100101111110001010011100100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3351CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3351CC; }

 p { color: rgb(51,81,204); }

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

<style>
 a { background-color: #3351CC; }

 a { background-color: rgb(51,81,204); }

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

<style>
 span { border-color: #3351CC; }

 span { border-color: rgb(51,81,204); }

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