#3441C7

Color #3441C7 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #3441C7

Tints of Free Speech Blue #3441C7

Color information

#3441C7 (or 0x3441C7) is unknown color: approx Free Speech Blue. HEX triplet: 34, 41 and C7. RGB value is (52,65,199). Sum of RGB (Red+Green+Blue) = 52+65+199=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 199 (78.12% from 255 or 62.97% from 316); Max value from RGB is 199 - color contains mainly: blue. Hex color #3441C7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3441C7 is #CBBE38. Grayscale: #4B4B4B. Windows color (decimal): -13352505 or 13058356. OLE color: 13058356.

HSL color Cylindrical-coordinate representation of color #3441C7: hue angle of 234.69º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3441C7 is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5265199-
CMYK0.740.6700.22
HSL234.69º58.57%49.22%-
HSV(B)234.69º73.87%78.04%-
XYZ13.628.6354.98-
YUV76.39197.19110.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.46%
GREEN value IS 65 (25.78% from 255) = 20.57%
BLUE value IS 199 (78.12% from 255) = 62.97%
R=16.46%
G=20.57%
B=62.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal52651990.740.6700.22234.6958.5749.22
Hex3441C74A43016eb3b31
Octal641013071121030263537361
Binary1101001000001110001111001010100001101011011101011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3441C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3441C7; }

 p { color: rgb(52,65,199); }

 H1.HeaderClassName
 {
   color: #3441C7;
 }
 .AnyTagClassName
 {
   color: #3441C7;
 }
</style>
background-color css

<style>
 a { background-color: #3441C7; }

 a { background-color: rgb(52,65,199); }

 div.DivClassName
 {
   background-color: #3441C7;
 }
 .BgClassName
 {
   background-color: #3441C7;
 }
</style>
border-color css

<style>
 span { border-color: #3441C7; }

 span { border-color: rgb(52,65,199); }

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