#423ABE

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

Shades of Free Speech Blue #423ABE

Tints of Free Speech Blue #423ABE

Color information

#423ABE (or 0x423ABE) is unknown color: approx Free Speech Blue. HEX triplet: 42, 3A and BE. RGB value is (66,58,190). Sum of RGB (Red+Green+Blue) = 66+58+190=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 190 (74.61% from 255 or 60.51% from 314); Max value from RGB is 190 - color contains mainly: blue. Hex color #423ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423ABE is #BDC541. Grayscale: #4A4A4A. Windows color (decimal): -12436802 or 12466754. OLE color: 12466754.

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

Color convert

RGB6658190-
CMYK0.650.6900.25
HSL243.64º53.23%48.63%-
HSV(B)243.64º69.47%74.51%-
XYZ13.057.949.55-
YUV75.44192.65121.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.02%
GREEN value IS 58 (23.05% from 255) = 18.47%
BLUE value IS 190 (74.61% from 255) = 60.51%
R=21.02%
G=18.47%
B=60.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66581900.650.6900.25243.6453.2348.63
Hex423ABE4145019f43531
Octal102722761011050313646561
Binary1000010111010101111101000001100010101100111110100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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