#423FB1

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

Shades of Free Speech Blue #423FB1

Tints of Free Speech Blue #423FB1

Color information

#423FB1 (or 0x423FB1) is unknown color: approx Free Speech Blue. HEX triplet: 42, 3F and B1. RGB value is (66,63,177). Sum of RGB (Red+Green+Blue) = 66+63+177=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 177 (69.53% from 255 or 57.84% from 306); Max value from RGB is 177 - color contains mainly: blue. Hex color #423FB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423FB1 is #BDC04E. Grayscale: #4C4C4C. Windows color (decimal): -12435535 or 11616066. OLE color: 11616066.

HSL color Cylindrical-coordinate representation of color #423FB1: hue angle of 241.58º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #423FB1 is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6663177-
CMYK0.630.6400.31
HSL241.58º47.5%47.06%-
HSV(B)241.58º64.41%69.41%-
XYZ11.967.8942.49-
YUV76.89184.49120.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.57%
GREEN value IS 63 (25% from 255) = 20.59%
BLUE value IS 177 (69.53% from 255) = 57.84%
R=21.57%
G=20.59%
B=57.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal66631770.630.6400.31241.5847.547.06
Hex423FB13F4001Ff2302f
Octal10277261771000373626057
Binary100001011111110110001111111100000001111111110010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,63,177); }

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

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

 a { background-color: rgb(66,63,177); }

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

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

 span { border-color: rgb(66,63,177); }

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