#434CC1

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

Shades of Free Speech Blue #434CC1

Tints of Free Speech Blue #434CC1

Color information

#434CC1 (or 0x434CC1) is unknown color: approx Free Speech Blue. HEX triplet: 43, 4C and C1. RGB value is (67,76,193). Sum of RGB (Red+Green+Blue) = 67+76+193=336 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.94% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 193 (75.78% from 255 or 57.44% from 336); Max value from RGB is 193 - color contains mainly: blue. Hex color #434CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434CC1 is #BCB33E. Grayscale: #565656. Windows color (decimal): -12366655 or 12667971. OLE color: 12667971.

HSL color Cylindrical-coordinate representation of color #434CC1: hue angle of 235.71º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #434CC1 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6776193-
CMYK0.650.6100.24
HSL235.71º50.4%50.98%-
HSV(B)235.71º65.28%75.69%-
XYZ14.5210.2151.66-
YUV86.65188.02113.99-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.94%
GREEN value IS 76 (30.08% from 255) = 22.62%
BLUE value IS 193 (75.78% from 255) = 57.44%
R=19.94%
G=22.62%
B=57.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal67761930.650.6100.24235.7150.450.98
Hex434CC1413D018ec3233
Octal103114301101750303546263
Binary1000011100110011000001100000111110101100011101100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,76,193); }

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

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

 a { background-color: rgb(67,76,193); }

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

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

 span { border-color: rgb(67,76,193); }

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