#4344CA

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

Shades of Free Speech Blue #4344CA

Tints of Free Speech Blue #4344CA

Color information

#4344CA (or 0x4344CA) is unknown color: approx Free Speech Blue. HEX triplet: 43, 44 and CA. RGB value is (67,68,202). Sum of RGB (Red+Green+Blue) = 67+68+202=337 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.88% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 202 (79.30% from 255 or 59.94% from 337); Max value from RGB is 202 - color contains mainly: blue. Hex color #4344CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4344CA is #BCBB35. Grayscale: #525252. Windows color (decimal): -12368694 or 13255747. OLE color: 13255747.

HSL color Cylindrical-coordinate representation of color #4344CA: hue angle of 239.56º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4344CA is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6768202-
CMYK0.670.6600.21
HSL239.56º56.02%52.75%-
HSV(B)239.56º66.83%79.22%-
XYZ15.049.5956.94-
YUV82.98195.17116.6-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.88%
GREEN value IS 68 (26.95% from 255) = 20.18%
BLUE value IS 202 (79.30% from 255) = 59.94%
R=19.88%
G=20.18%
B=59.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal67682020.670.6600.21239.5656.0252.75
Hex4344CA4342015f03835
Octal1031043121031020253607065
Binary10000111000100110010101000011100001001010111110000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4344CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4344CA; }

 p { color: rgb(67,68,202); }

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

<style>
 a { background-color: #4344CA; }

 a { background-color: rgb(67,68,202); }

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

<style>
 span { border-color: #4344CA; }

 span { border-color: rgb(67,68,202); }

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