Html Css Color HEX #3440C9 Free Speech Blue

📋 copy color: '#3440C9'

red 52 ◦ green 64 ◦ blue 201

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

Shades of Free Speech Blue #3440C9

Tints of Free Speech Blue #3440C9

RGB

 RED value IS 52 (20.7% from 255) = 16.4%

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

 BLUE value IS 201 (78.91% from 255) = 63.41%

R = 16.4%
G = 20.19%
B = 63.41%

CMYK

 C value IS 0.74

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3440C9 (or 0x3440C9) is known color: Free Speech Blue. HEX triplet: 34, 40 and C9. RGB value is (52,64,201). Sum of RGB (Red+Green+Blue) = 52+64+201=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 201 (78.91% from 255 or 63.41% from 317); Max value from RGB is 201 - color contains mainly: blue. Hex color #3440C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3440C9 is #CBBF36. Grayscale: #4B4B4B. Windows color (decimal): -13352759 or 13189172. OLE color: 13189172.

HSL color Cylindrical-coordinate representation of color #3440C9: hue angle of 235.17º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3440C9 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 52 64 201 -
CMYK 0.74 0.68 0 0.21
HSL 235.17º 0.59% 0.5% -
HSV(B) 235.17º 0.74% 0.79% -
XYZ 13.79 8.61 56.19 -
YUV 76.03 198.52 110.86 -
System Red Green Blue C M Y K H S L
Decimal 52 64 201 0.74 0.68 0 0.21 235.17 0.59 0.5
Hex 34 40 C9 4A 44 0 15 EB 3B 32
Octal 64 100 311 112 104 0 25 353 73 62
Binary 110100 1000000 11001001 1001010 1000100 0 10101 11101011 111011 110010

Color Harmonies of #3440C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3440C9

Black with #3440C9

Text Example


Text Example

White with #3440C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3440C9; }

 p { color: rgb(52,64,201); }

 H1.HeaderClassName
 {
   color: #3440C9;
 }
 .AnyTagClassName
 {
   color: #3440C9;
 }
</style>

background-color css

<style>
 a { background-color: #3440C9; }

 a { background-color: rgb(52,64,201); }

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

border-color css

<style>
 span { border-color: #3440C9; }

 span { border-color: rgb(52,64,201); }

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