#403ace

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

Shades of Free Speech Blue #403ACE

Tints of Free Speech Blue #403ACE

Color information

#403ACE (or 0x403ACE) is unknown color: approx Free Speech Blue. HEX triplet: 40, 3A and CE. RGB value is (64,58,206). Sum of RGB (Red+Green+Blue) = 64+58+206=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #403ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403ACE is #BFC531. Grayscale: #4C4C4C. Windows color (decimal): -12567858 or 13515328. OLE color: 13515328.

HSL color Cylindrical-coordinate representation of color #403ACE: hue angle of 242.43º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #403ACE is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6458206-
CMYK0.690.7200.19
HSL242.43º60.16%51.76%-
HSV(B)242.43º71.84%80.78%-
XYZ14.778.5759.27-
YUV76.67200.99118.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.51%
GREEN value IS 58 (23.05% from 255) = 17.68%
BLUE value IS 206 (80.86% from 255) = 62.80%
R=19.51%
G=17.68%
B=62.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal64582060.690.7200.19242.4360.1651.76
Hex403ACE4548013f23c34
Octal100723161051100233627464
Binary1000000111010110011101000101100100001001111110010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403ace

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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