Html Css Color HEX #4036C1 Free Speech Blue

📋 copy color: '#4036C1'

red 64 ◦ green 54 ◦ blue 193

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

Shades of Free Speech Blue #4036C1

Tints of Free Speech Blue #4036C1

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.36%

 BLUE value IS 193 (75.78% from 255) = 62.06%

R = 20.58%
G = 17.36%
B = 62.06%

CMYK

 C value IS 0.67

 M value IS 0.72

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4036C1 (or 0x4036C1) is known color: Free Speech Blue. HEX triplet: 40, 36 and C1. RGB value is (64,54,193). Sum of RGB (Red+Green+Blue) = 64+54+193=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 193 (75.78% from 255 or 62.06% from 311); Max value from RGB is 193 - color contains mainly: blue. Hex color #4036C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4036C1 is #BFC93E. Grayscale: #484848. Windows color (decimal): -12568895 or 12662336. OLE color: 12662336.

HSL color Cylindrical-coordinate representation of color #4036C1: hue angle of 244.32º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4036C1 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 54 193 -
CMYK 0.67 0.72 0 0.24
HSL 244.32º 0.56% 0.48% -
HSV(B) 244.32º 0.72% 0.76% -
XYZ 13.06 7.58 51.23 -
YUV 72.84 195.81 121.7 -
System Red Green Blue C M Y K H S L
Decimal 64 54 193 0.67 0.72 0 0.24 244.32 0.56 0.48
Hex 40 36 C1 43 48 0 18 F4 38 30
Octal 100 66 301 103 110 0 30 364 70 60
Binary 1000000 110110 11000001 1000011 1001000 0 11000 11110100 111000 110000

Color Harmonies of #4036C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4036C1

Black with #4036C1

Text Example


Text Example

White with #4036C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4036C1; }

 p { color: rgb(64,54,193); }

 H1.HeaderClassName
 {
   color: #4036C1;
 }
 .AnyTagClassName
 {
   color: #4036C1;
 }
</style>

background-color css

<style>
 a { background-color: #4036C1; }

 a { background-color: rgb(64,54,193); }

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

border-color css

<style>
 span { border-color: #4036C1; }

 span { border-color: rgb(64,54,193); }

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