#334ACC

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

Shades of Free Speech Blue #334ACC

Tints of Free Speech Blue #334ACC

Color information

#334ACC (or 0x334ACC) is unknown color: approx Free Speech Blue. HEX triplet: 33, 4A and CC. RGB value is (51,74,204). Sum of RGB (Red+Green+Blue) = 51+74+204=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #334ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334ACC is #CCB533. Grayscale: #515151. Windows color (decimal): -13415732 or 13388339. OLE color: 13388339.

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

Color convert

RGB5174204-
CMYK0.750.6400.2
HSL230.98º60%50%-
HSV(B)230.98º75%80%-
XYZ14.719.9658.27-
YUV81.94196.88105.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.50%
GREEN value IS 74 (29.30% from 255) = 22.49%
BLUE value IS 204 (80.08% from 255) = 62.01%
R=15.50%
G=22.49%
B=62.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal51742040.750.6400.2230.986050
Hex334ACC4B40014e73c32
Octal631123141131000243477462
Binary1100111001010110011001001011100000001010011100111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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