#345CCA

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

Shades of Free Speech Blue #345CCA

Tints of Free Speech Blue #345CCA

Color information

#345CCA (or 0x345CCA) is unknown color: approx Free Speech Blue. HEX triplet: 34, 5C and CA. RGB value is (52,92,202). Sum of RGB (Red+Green+Blue) = 52+92+202=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #345CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345CCA is #CBA335. Grayscale: #5C5C5C. Windows color (decimal): -13345590 or 13261876. OLE color: 13261876.

HSL color Cylindrical-coordinate representation of color #345CCA: hue angle of 224º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #345CCA is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5292202-
CMYK0.740.5400.21
HSL224º59.06%49.8%-
HSV(B)224º74.26%79.22%-
XYZ15.912.6557.48-
YUV92.58189.7599.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.03%
GREEN value IS 92 (36.33% from 255) = 26.59%
BLUE value IS 202 (79.30% from 255) = 58.38%
R=15.03%
G=26.59%
B=58.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal52922020.740.5400.2122459.0649.8
Hex345CCA4A36015e03b32
Octal64134312112660253407362
Binary110100101110011001010100101011011001010111100000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345CCA; }

 p { color: rgb(52,92,202); }

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

<style>
 a { background-color: #345CCA; }

 a { background-color: rgb(52,92,202); }

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

<style>
 span { border-color: #345CCA; }

 span { border-color: rgb(52,92,202); }

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