Html Css Color HEX #3C40AF Free Speech Blue

📋 copy color: '#3C40AF'

red 60 ◦ green 64 ◦ blue 175

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

Shades of Free Speech Blue #3C40AF

Tints of Free Speech Blue #3C40AF

RGB

 RED value IS 60 (23.83% from 255) = 20.07%

 GREEN value IS 64 (25.39% from 255) = 21.4%

 BLUE value IS 175 (68.75% from 255) = 58.53%

R = 20.07%
G = 21.4%
B = 58.53%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3C40AF (or 0x3C40AF) is known color: Free Speech Blue. HEX triplet: 3C, 40 and AF. RGB value is (60,64,175). Sum of RGB (Red+Green+Blue) = 60+64+175=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 175 (68.75% from 255 or 58.53% from 299); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C40AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C40AF is #C3BF50. Grayscale: #4B4B4B. Windows color (decimal): -12828497 or 11485244. OLE color: 11485244.

HSL color Cylindrical-coordinate representation of color #3C40AF: hue angle of 237.91º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C40AF is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 60 64 175 -
CMYK 0.66 0.63 0 0.31
HSL 237.91º 0.49% 0.46% -
HSV(B) 237.91º 0.66% 0.69% -
XYZ 11.43 7.72 41.45 -
YUV 75.46 184.17 116.97 -
System Red Green Blue C M Y K H S L
Decimal 60 64 175 0.66 0.63 0 0.31 237.91 0.49 0.46
Hex 3C 40 AF 42 3F 0 1F EE 31 2E
Octal 74 100 257 102 77 0 37 356 61 56
Binary 111100 1000000 10101111 1000010 111111 0 11111 11101110 110001 101110

Color Harmonies of #3C40AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C40AF

Black with #3C40AF

Text Example


Text Example

White with #3C40AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C40AF; }

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

 H1.HeaderClassName
 {
   color: #3C40AF;
 }
 .AnyTagClassName
 {
   color: #3C40AF;
 }
</style>

background-color css

<style>
 a { background-color: #3C40AF; }

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

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

border-color css

<style>
 span { border-color: #3C40AF; }

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

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