#4065CD

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

Shades of Free Speech Blue #4065CD

Tints of Free Speech Blue #4065CD

Color information

#4065CD (or 0x4065CD) is unknown color: approx Free Speech Blue. HEX triplet: 40, 65 and CD. RGB value is (64,101,205). Sum of RGB (Red+Green+Blue) = 64+101+205=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #4065CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4065CD is #BF9A32. Grayscale: #656565. Windows color (decimal): -12556851 or 13460800. OLE color: 13460800.

HSL color Cylindrical-coordinate representation of color #4065CD: hue angle of 224.26º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4065CD is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB64101205-
CMYK0.690.5100.20
HSL224.26º58.51%52.75%-
HSV(B)224.26º68.78%80.39%-
XYZ17.7914.8159.68-
YUV101.79186.24101.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.30%
GREEN value IS 101 (39.84% from 255) = 27.30%
BLUE value IS 205 (80.47% from 255) = 55.41%
R=17.30%
G=27.30%
B=55.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal641012050.690.5100.20224.2658.5152.75
Hex4065CD4533014e03b35
Octal100145315105630243407365
Binary1000000110010111001101100010111001101010011100000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4065CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4065CD; }

 p { color: rgb(64,101,205); }

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

<style>
 a { background-color: #4065CD; }

 a { background-color: rgb(64,101,205); }

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

<style>
 span { border-color: #4065CD; }

 span { border-color: rgb(64,101,205); }

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