#434DCD

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

Shades of Free Speech Blue #434DCD

Tints of Free Speech Blue #434DCD

Color information

#434DCD (or 0x434DCD) is unknown color: approx Free Speech Blue. HEX triplet: 43, 4D and CD. RGB value is (67,77,205). Sum of RGB (Red+Green+Blue) = 67+77+205=349 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.20% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #434DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #434DCD is #BCB232. Grayscale: #585858. Windows color (decimal): -12366387 or 13454659. OLE color: 13454659.

HSL color Cylindrical-coordinate representation of color #434DCD: hue angle of 235.65º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #434DCD is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6777205-
CMYK0.670.6200.20
HSL235.65º57.98%53.33%-
HSV(B)235.65º67.32%80.39%-
XYZ15.9910.9159.02-
YUV88.6193.69112.59-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.20%
GREEN value IS 77 (30.47% from 255) = 22.06%
BLUE value IS 205 (80.47% from 255) = 58.74%
R=19.20%
G=22.06%
B=58.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal67772050.670.6200.20235.6557.9853.33
Hex434DCD433E014ec3a35
Octal103115315103760243547265
Binary1000011100110111001101100001111111001010011101100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434DCD; }

 p { color: rgb(67,77,205); }

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

<style>
 a { background-color: #434DCD; }

 a { background-color: rgb(67,77,205); }

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

<style>
 span { border-color: #434DCD; }

 span { border-color: rgb(67,77,205); }

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