#424DC1

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

Shades of Free Speech Blue #424DC1

Tints of Free Speech Blue #424DC1

Color information

#424DC1 (or 0x424DC1) is unknown color: approx Free Speech Blue. HEX triplet: 42, 4D and C1. RGB value is (66,77,193). Sum of RGB (Red+Green+Blue) = 66+77+193=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 77 (30.47% from 255 or 22.92% 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 #424DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424DC1 is #BDB23E. Grayscale: #565656. Windows color (decimal): -12431935 or 12668226. OLE color: 12668226.

HSL color Cylindrical-coordinate representation of color #424DC1: hue angle of 234.8º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #424DC1 is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6677193-
CMYK0.660.6000.24
HSL234.8º50.6%50.78%-
HSV(B)234.8º65.8%75.69%-
XYZ14.5310.3251.68-
YUV86.94187.86113.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.64%
GREEN value IS 77 (30.47% from 255) = 22.92%
BLUE value IS 193 (75.78% from 255) = 57.44%
R=19.64%
G=22.92%
B=57.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal66771930.660.6000.24234.850.650.78
Hex424DC1423C018eb3333
Octal102115301102740303536363
Binary1000010100110111000001100001011110001100011101011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424DC1; }

 p { color: rgb(66,77,193); }

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

<style>
 a { background-color: #424DC1; }

 a { background-color: rgb(66,77,193); }

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

<style>
 span { border-color: #424DC1; }

 span { border-color: rgb(66,77,193); }

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