#4350CA

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

Shades of Free Speech Blue #4350CA

Tints of Free Speech Blue #4350CA

Color information

#4350CA (or 0x4350CA) is unknown color: approx Free Speech Blue. HEX triplet: 43, 50 and CA. RGB value is (67,80,202). Sum of RGB (Red+Green+Blue) = 67+80+202=349 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.20% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 202 (79.30% from 255 or 57.88% from 349); Max value from RGB is 202 - color contains mainly: blue. Hex color #4350CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4350CA is #BCAF35. Grayscale: #595959. Windows color (decimal): -12365622 or 13258819. OLE color: 13258819.

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

Color convert

RGB6780202-
CMYK0.670.6000.21
HSL234.22º56.02%52.75%-
HSV(B)234.22º66.83%79.22%-
XYZ15.8411.1957.2-
YUV90.02191.19111.58-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.20%
GREEN value IS 80 (31.64% from 255) = 22.92%
BLUE value IS 202 (79.30% from 255) = 57.88%
R=19.20%
G=22.92%
B=57.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal67802020.670.6000.21234.2256.0252.75
Hex4350CA433C015ea3835
Octal103120312103740253527065
Binary1000011101000011001010100001111110001010111101010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4350CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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