#334DCC

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

Shades of Free Speech Blue #334DCC

Tints of Free Speech Blue #334DCC

Color information

#334DCC (or 0x334DCC) is unknown color: approx Free Speech Blue. HEX triplet: 33, 4D and CC. RGB value is (51,77,204). Sum of RGB (Red+Green+Blue) = 51+77+204=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #334DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334DCC is #CCB233. Grayscale: #535353. Windows color (decimal): -13414964 or 13389107. OLE color: 13389107.

HSL color Cylindrical-coordinate representation of color #334DCC: hue angle of 229.8º 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 #334DCC is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5177204-
CMYK0.750.6200.2
HSL229.8º60%50%-
HSV(B)229.8º75%80%-
XYZ14.9210.3758.34-
YUV83.7195.89104.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.36%
GREEN value IS 77 (30.47% from 255) = 23.19%
BLUE value IS 204 (80.08% from 255) = 61.45%
R=15.36%
G=23.19%
B=61.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal51772040.750.6200.2229.86050
Hex334DCC4B3E014e63c32
Octal63115314113760243467462
Binary110011100110111001100100101111111001010011100110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334DCC; }

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

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

<style>
 a { background-color: #334DCC; }

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

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

<style>
 span { border-color: #334DCC; }

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

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