#434FCC

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

Shades of Free Speech Blue #434FCC

Tints of Free Speech Blue #434FCC

Color information

#434FCC (or 0x434FCC) is unknown color: approx Free Speech Blue. HEX triplet: 43, 4F and CC. RGB value is (67,79,204). Sum of RGB (Red+Green+Blue) = 67+79+204=350 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.14% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #434FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #434FCC is #BCB033. Grayscale: #595959. Windows color (decimal): -12365876 or 13389635. OLE color: 13389635.

HSL color Cylindrical-coordinate representation of color #434FCC: hue angle of 234.74º degrees, saturation: 0.57, 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 #434FCC is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6779204-
CMYK0.670.6100.2
HSL234.74º57.32%53.14%-
HSV(B)234.74º67.16%80%-
XYZ16.0111.1458.43-
YUV89.66192.52111.84-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.14%
GREEN value IS 79 (31.25% from 255) = 22.57%
BLUE value IS 204 (80.08% from 255) = 58.29%
R=19.14%
G=22.57%
B=58.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal67792040.670.6100.2234.7457.3253.14
Hex434FCC433D014eb3935
Octal103117314103750243537165
Binary1000011100111111001100100001111110101010011101011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,79,204); }

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

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

 a { background-color: rgb(67,79,204); }

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

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

 span { border-color: rgb(67,79,204); }

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