#334ACA

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

Shades of Free Speech Blue #334ACA

Tints of Free Speech Blue #334ACA

Color information

#334ACA (or 0x334ACA) is unknown color: approx Free Speech Blue. HEX triplet: 33, 4A and CA. RGB value is (51,74,202). Sum of RGB (Red+Green+Blue) = 51+74+202=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 202 (79.30% from 255 or 61.77% from 327); Max value from RGB is 202 - color contains mainly: blue. Hex color #334ACA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334ACA is #CCB535. Grayscale: #515151. Windows color (decimal): -13415734 or 13257267. OLE color: 13257267.

HSL color Cylindrical-coordinate representation of color #334ACA: hue angle of 230.86º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #334ACA is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5174202-
CMYK0.750.6300.21
HSL230.86º59.68%49.61%-
HSV(B)230.86º74.75%79.22%-
XYZ14.479.8757.02-
YUV81.72195.88106.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.60%
GREEN value IS 74 (29.30% from 255) = 22.63%
BLUE value IS 202 (79.30% from 255) = 61.77%
R=15.60%
G=22.63%
B=61.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal51742020.750.6300.21230.8659.6849.61
Hex334ACA4B3F015e73c32
Octal63112312113770253477462
Binary110011100101011001010100101111111101010111100111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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