#4348CA

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

Shades of Free Speech Blue #4348CA

Tints of Free Speech Blue #4348CA

Color information

#4348CA (or 0x4348CA) is unknown color: approx Free Speech Blue. HEX triplet: 43, 48 and CA. RGB value is (67,72,202). Sum of RGB (Red+Green+Blue) = 67+72+202=341 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.65% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 202 (79.30% from 255 or 59.24% from 341); Max value from RGB is 202 - color contains mainly: blue. Hex color #4348CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4348CA is #BCB735. Grayscale: #545454. Windows color (decimal): -12367670 or 13256771. OLE color: 13256771.

HSL color Cylindrical-coordinate representation of color #4348CA: hue angle of 237.78º 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 #4348CA is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6772202-
CMYK0.670.6400.21
HSL237.78º56.02%52.75%-
HSV(B)237.78º66.83%79.22%-
XYZ15.2910.0957.02-
YUV85.32193.84114.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.65%
GREEN value IS 72 (28.52% from 255) = 21.11%
BLUE value IS 202 (79.30% from 255) = 59.24%
R=19.65%
G=21.11%
B=59.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal67722020.670.6400.21237.7856.0252.75
Hex4348CA4340015ee3835
Octal1031103121031000253567065
Binary10000111001000110010101000011100000001010111101110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4348CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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