#423EBF

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

Shades of Free Speech Blue #423EBF

Tints of Free Speech Blue #423EBF

Color information

#423EBF (or 0x423EBF) is unknown color: approx Free Speech Blue. HEX triplet: 42, 3E and BF. RGB value is (66,62,191). Sum of RGB (Red+Green+Blue) = 66+62+191=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 191 (75% from 255 or 59.87% from 319); Max value from RGB is 191 - color contains mainly: blue. Hex color #423EBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423EBF is #BDC140. Grayscale: #4D4D4D. Windows color (decimal): -12435777 or 12533314. OLE color: 12533314.

HSL color Cylindrical-coordinate representation of color #423EBF: hue angle of 241.86º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #423EBF is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6662191-
CMYK0.650.6800.25
HSL241.86º50.99%49.61%-
HSV(B)241.86º67.54%74.9%-
XYZ13.378.3750.2-
YUV77.9191.83119.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.69%
GREEN value IS 62 (24.61% from 255) = 19.44%
BLUE value IS 191 (75% from 255) = 59.87%
R=20.69%
G=19.44%
B=59.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66621910.650.6800.25241.8650.9949.61
Hex423EBF4144019f23332
Octal102762771011040313626362
Binary1000010111110101111111000001100010001100111110010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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