Html Css Color HEX #403CC0 Free Speech Blue

📋 copy color: '#403CC0'

red 64 ◦ green 60 ◦ blue 192

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

Shades of Free Speech Blue #403CC0

Tints of Free Speech Blue #403CC0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.99%

 BLUE value IS 192 (75.39% from 255) = 60.76%

R = 20.25%
G = 18.99%
B = 60.76%

CMYK

 C value IS 0.67

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#403CC0 (or 0x403CC0) is known color: Free Speech Blue. HEX triplet: 40, 3C and C0. RGB value is (64,60,192). Sum of RGB (Red+Green+Blue) = 64+60+192=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 192 (75.39% from 255 or 60.76% from 316); Max value from RGB is 192 - color contains mainly: blue. Hex color #403CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403CC0 is #BFC33F. Grayscale: #4B4B4B. Windows color (decimal): -12567360 or 12598336. OLE color: 12598336.

HSL color Cylindrical-coordinate representation of color #403CC0: hue angle of 241.82º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #403CC0 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 60 192 -
CMYK 0.67 0.69 0 0.25
HSL 241.82º 0.52% 0.49% -
HSV(B) 241.82º 0.69% 0.75% -
XYZ 13.24 8.13 50.74 -
YUV 76.24 193.33 119.27 -
System Red Green Blue C M Y K H S L
Decimal 64 60 192 0.67 0.69 0 0.25 241.82 0.52 0.49
Hex 40 3C C0 43 45 0 19 F2 34 31
Octal 100 74 300 103 105 0 31 362 64 61
Binary 1000000 111100 11000000 1000011 1000101 0 11001 11110010 110100 110001

Color Harmonies of #403CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403CC0

Black with #403CC0

Text Example


Text Example

White with #403CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,60,192); }

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

background-color css

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

 a { background-color: rgb(64,60,192); }

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

border-color css

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

 span { border-color: rgb(64,60,192); }

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