#403ACA

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

Shades of Free Speech Blue #403ACA

Tints of Free Speech Blue #403ACA

Color information

#403ACA (or 0x403ACA) is unknown color: approx Free Speech Blue. HEX triplet: 40, 3A and CA. RGB value is (64,58,202). Sum of RGB (Red+Green+Blue) = 64+58+202=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 202 (79.30% from 255 or 62.35% from 324); Max value from RGB is 202 - color contains mainly: blue. Hex color #403ACA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403ACA is #BFC535. Grayscale: #4B4B4B. Windows color (decimal): -12567862 or 13253184. OLE color: 13253184.

HSL color Cylindrical-coordinate representation of color #403ACA: hue angle of 242.5º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #403ACA is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6458202-
CMYK0.680.7100.21
HSL242.5º57.6%50.98%-
HSV(B)242.5º71.29%79.22%-
XYZ14.298.3856.74-
YUV76.21198.99119.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.75%
GREEN value IS 58 (23.05% from 255) = 17.90%
BLUE value IS 202 (79.30% from 255) = 62.35%
R=19.75%
G=17.90%
B=62.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal64582020.680.7100.21242.557.650.98
Hex403ACA4447015f23a33
Octal100723121041070253627263
Binary1000000111010110010101000100100011101010111110010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,58,202); }

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

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

 a { background-color: rgb(64,58,202); }

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

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

 span { border-color: rgb(64,58,202); }

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