Html Css Color HEX #403ACC Free Speech Blue

📋 copy color: '#403ACC'

red 64 ◦ green 58 ◦ blue 204

#403ACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #403ACC

Tints of Free Speech Blue #403ACC

RGB

 RED value IS 64 (25.39% from 255) = 19.63%

 GREEN value IS 58 (23.05% from 255) = 17.79%

 BLUE value IS 204 (80.08% from 255) = 62.58%

R = 19.63%
G = 17.79%
B = 62.58%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#403ACC (or 0x403ACC) is known color: Free Speech Blue. HEX triplet: 40, 3A and CC. RGB value is (64,58,204). Sum of RGB (Red+Green+Blue) = 64+58+204=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #403ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403ACC is #BFC533. Grayscale: #4B4B4B. Windows color (decimal): -12567860 or 13384256. OLE color: 13384256.

HSL color Cylindrical-coordinate representation of color #403ACC: hue angle of 242.47º 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 #403ACC is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 58 204 -
CMYK 0.69 0.72 0 0.2
HSL 242.47º 0.59% 0.51% -
HSV(B) 242.47º 0.72% 0.8% -
XYZ 14.53 8.48 58 -
YUV 76.44 199.99 119.13 -
System Red Green Blue C M Y K H S L
Decimal 64 58 204 0.69 0.72 0 0.2 242.47 0.59 0.51
Hex 40 3A CC 45 48 0 14 F2 3B 33
Octal 100 72 314 105 110 0 24 362 73 63
Binary 1000000 111010 11001100 1000101 1001000 0 10100 11110010 111011 110011

Color Harmonies of #403ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403ACC

Black with #403ACC

Text Example


Text Example

White with #403ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #403ACC;
 }
 .AnyTagClassName
 {
   color: #403ACC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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