Html Css Color HEX #403BC7 Free Speech Blue

📋 copy color: '#403BC7'

red 64 ◦ green 59 ◦ blue 199

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

Shades of Free Speech Blue #403BC7

Tints of Free Speech Blue #403BC7

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.32%

 BLUE value IS 199 (78.13% from 255) = 61.8%

R = 19.88%
G = 18.32%
B = 61.8%

CMYK

 C value IS 0.68

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#403BC7 (or 0x403BC7) is known color: Free Speech Blue. HEX triplet: 40, 3B and C7. RGB value is (64,59,199). Sum of RGB (Red+Green+Blue) = 64+59+199=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 199 (78.12% from 255 or 61.80% from 322); Max value from RGB is 199 - color contains mainly: blue. Hex color #403BC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403BC7 is #BFC438. Grayscale: #4B4B4B. Windows color (decimal): -12567609 or 13056832. OLE color: 13056832.

HSL color Cylindrical-coordinate representation of color #403BC7: hue angle of 242.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #403BC7 is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 64 59 199 -
CMYK 0.68 0.70 0 0.22
HSL 242.14º 0.56% 0.51% -
HSV(B) 242.14º 0.7% 0.78% -
XYZ 13.99 8.34 54.91 -
YUV 76.46 197.16 119.12 -
System Red Green Blue C M Y K H S L
Decimal 64 59 199 0.68 0.70 0 0.22 242.14 0.56 0.51
Hex 40 3B C7 44 46 0 16 F2 38 33
Octal 100 73 307 104 106 0 26 362 70 63
Binary 1000000 111011 11000111 1000100 1000110 0 10110 11110010 111000 110011

Color Harmonies of #403BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403BC7

Black with #403BC7

Text Example


Text Example

White with #403BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,59,199); }

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

background-color css

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

 a { background-color: rgb(64,59,199); }

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

border-color css

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

 span { border-color: rgb(64,59,199); }

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