#4368CA

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

Shades of Free Speech Blue #4368CA

Tints of Free Speech Blue #4368CA

Color information

#4368CA (or 0x4368CA) is unknown color: approx Free Speech Blue. HEX triplet: 43, 68 and CA. RGB value is (67,104,202). Sum of RGB (Red+Green+Blue) = 67+104+202=373 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.96% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #4368CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4368CA is #BC9735. Grayscale: #676767. Windows color (decimal): -12359478 or 13264963. OLE color: 13264963.

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

Color convert

RGB67104202-
CMYK0.670.4900.21
HSL223.56º56.02%52.75%-
HSV(B)223.56º66.83%79.22%-
XYZ17.9315.3657.9-
YUV104.11183.24101.53-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.96%
GREEN value IS 104 (41.02% from 255) = 27.88%
BLUE value IS 202 (79.30% from 255) = 54.16%
R=17.96%
G=27.88%
B=54.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal671042020.670.4900.21223.5656.0252.75
Hex4368CA4331015e03835
Octal103150312103610253407065
Binary1000011110100011001010100001111000101010111100000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4368CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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