#423AD9

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

Shades of Free Speech Blue #423AD9

Tints of Free Speech Blue #423AD9

Color information

#423AD9 (or 0x423AD9) is unknown color: approx Free Speech Blue. HEX triplet: 42, 3A and D9. RGB value is (66,58,217). Sum of RGB (Red+Green+Blue) = 66+58+217=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 217 (85.16% from 255 or 63.64% from 341); Max value from RGB is 217 - color contains mainly: blue. Hex color #423AD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423AD9 is #BDC526. Grayscale: #4D4D4D. Windows color (decimal): -12436775 or 14236226. OLE color: 14236226.

HSL color Cylindrical-coordinate representation of color #423AD9: hue angle of 243.02º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #423AD9 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6658217-
CMYK0.700.7300.15
HSL243.02º67.66%53.92%-
HSV(B)243.02º73.27%85.1%-
XYZ16.289.1966.56-
YUV78.52206.15119.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.35%
GREEN value IS 58 (23.05% from 255) = 17.01%
BLUE value IS 217 (85.16% from 255) = 63.64%
R=19.35%
G=17.01%
B=63.64%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal66582170.700.7300.15243.0267.6653.92
Hex423AD946490Ff34436
Octal1027233110611101736310466
Binary1000010111010110110011000110100100101111111100111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423AD9; }

 p { color: rgb(66,58,217); }

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

<style>
 a { background-color: #423AD9; }

 a { background-color: rgb(66,58,217); }

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

<style>
 span { border-color: #423AD9; }

 span { border-color: rgb(66,58,217); }

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