#334DCD

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

Shades of Free Speech Blue #334DCD

Tints of Free Speech Blue #334DCD

Color information

#334DCD (or 0x334DCD) is unknown color: approx Free Speech Blue. HEX triplet: 33, 4D and CD. RGB value is (51,77,205). Sum of RGB (Red+Green+Blue) = 51+77+205=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #334DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334DCD is #CCB232. Grayscale: #535353. Windows color (decimal): -13414963 or 13454643. OLE color: 13454643.

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

Color convert

RGB5177205-
CMYK0.750.6200.20
HSL229.87º60.63%50.2%-
HSV(B)229.87º75.12%80.39%-
XYZ15.0410.4258.98-
YUV83.82196.39104.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.32%
GREEN value IS 77 (30.47% from 255) = 23.12%
BLUE value IS 205 (80.47% from 255) = 61.56%
R=15.32%
G=23.12%
B=61.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal51772050.750.6200.20229.8760.6350.2
Hex334DCD4B3E014e63d32
Octal63115315113760243467562
Binary110011100110111001101100101111111001010011100110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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