#434BC1

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

Shades of Free Speech Blue #434BC1

Tints of Free Speech Blue #434BC1

Color information

#434BC1 (or 0x434BC1) is unknown color: approx Free Speech Blue. HEX triplet: 43, 4B and C1. RGB value is (67,75,193). Sum of RGB (Red+Green+Blue) = 67+75+193=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 193 (75.78% from 255 or 57.61% from 335); Max value from RGB is 193 - color contains mainly: blue. Hex color #434BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434BC1 is #BCB43E. Grayscale: #555555. Windows color (decimal): -12366911 or 12667715. OLE color: 12667715.

HSL color Cylindrical-coordinate representation of color #434BC1: hue angle of 236.19º 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 #434BC1 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6775193-
CMYK0.650.6100.24
HSL236.19º50.4%50.98%-
HSV(B)236.19º65.28%75.69%-
XYZ14.4610.0851.63-
YUV86.06188.35114.41-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20%
GREEN value IS 75 (29.69% from 255) = 22.39%
BLUE value IS 193 (75.78% from 255) = 57.61%
R=20%
G=22.39%
B=57.61%

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
Decimal67751930.650.6100.24236.1950.450.98
Hex434BC1413D018ec3233
Octal103113301101750303546263
Binary1000011100101111000001100000111110101100011101100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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