#3A55CC

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

Shades of Free Speech Blue #3A55CC

Tints of Free Speech Blue #3A55CC

Color information

#3A55CC (or 0x3A55CC) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 55 and CC. RGB value is (58,85,204). Sum of RGB (Red+Green+Blue) = 58+85+204=347 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.71% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A55CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A55CC is #C5AA33. Grayscale: #595959. Windows color (decimal): -12954164 or 13391162. OLE color: 13391162.

HSL color Cylindrical-coordinate representation of color #3A55CC: hue angle of 228.9º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A55CC is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5885204-
CMYK0.720.5800.2
HSL228.9º58.87%51.37%-
HSV(B)228.9º71.57%80%-
XYZ15.8911.7658.56-
YUV90.49192.05104.82-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.71%
GREEN value IS 85 (33.59% from 255) = 24.50%
BLUE value IS 204 (80.08% from 255) = 58.79%
R=16.71%
G=24.50%
B=58.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal58852040.720.5800.2228.958.8751.37
Hex3A55CC483A014e53b33
Octal72125314110720243457363
Binary111010101010111001100100100011101001010011100101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A55CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A55CC; }

 p { color: rgb(58,85,204); }

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

<style>
 a { background-color: #3A55CC; }

 a { background-color: rgb(58,85,204); }

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

<style>
 span { border-color: #3A55CC; }

 span { border-color: rgb(58,85,204); }

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