#423ABB

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

Shades of Free Speech Blue #423ABB

Tints of Free Speech Blue #423ABB

Color information

#423ABB (or 0x423ABB) is unknown color: approx Free Speech Blue. HEX triplet: 42, 3A and BB. RGB value is (66,58,187). Sum of RGB (Red+Green+Blue) = 66+58+187=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 187 (73.44% from 255 or 60.13% from 311); Max value from RGB is 187 - color contains mainly: blue. Hex color #423ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423ABB is #BDC544. Grayscale: #4A4A4A. Windows color (decimal): -12436805 or 12270146. OLE color: 12270146.

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

Color convert

RGB6658187-
CMYK0.650.6900.27
HSL243.72º52.65%48.04%-
HSV(B)243.72º68.98%73.33%-
XYZ12.737.7747.84-
YUV75.1191.15121.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.22%
GREEN value IS 58 (23.05% from 255) = 18.65%
BLUE value IS 187 (73.44% from 255) = 60.13%
R=21.22%
G=18.65%
B=60.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66581870.650.6900.27243.7252.6548.04
Hex423ABB414501Bf43530
Octal102722731011050333646560
Binary1000010111010101110111000001100010101101111110100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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