#423EDA

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

Shades of Free Speech Blue #423EDA

Tints of Free Speech Blue #423EDA

Color information

#423EDA (or 0x423EDA) is unknown color: approx Free Speech Blue. HEX triplet: 42, 3E and DA. RGB value is (66,62,218). Sum of RGB (Red+Green+Blue) = 66+62+218=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #423EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423EDA is #BDC125. Grayscale: #505050. Windows color (decimal): -12435750 or 14302786. OLE color: 14302786.

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

Color convert

RGB6662218-
CMYK0.700.7200.15
HSL241.54º67.83%54.9%-
HSV(B)241.54º71.56%85.49%-
XYZ16.629.6767.32-
YUV80.98205.33117.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.08%
GREEN value IS 62 (24.61% from 255) = 17.92%
BLUE value IS 218 (85.55% from 255) = 63.01%
R=19.08%
G=17.92%
B=63.01%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal66622180.700.7200.15241.5467.8354.9
Hex423EDA46480Ff24437
Octal1027633210611001736210467
Binary1000010111110110110101000110100100001111111100101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,62,218); }

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

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

 a { background-color: rgb(66,62,218); }

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

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

 span { border-color: rgb(66,62,218); }

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