#423DB9

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

Shades of Free Speech Blue #423DB9

Tints of Free Speech Blue #423DB9

Color information

#423DB9 (or 0x423DB9) is unknown color: approx Free Speech Blue. HEX triplet: 42, 3D and B9. RGB value is (66,61,185). Sum of RGB (Red+Green+Blue) = 66+61+185=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 185 (72.66% from 255 or 59.29% from 312); Max value from RGB is 185 - color contains mainly: blue. Hex color #423DB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423DB9 is #BDC246. Grayscale: #4C4C4C. Windows color (decimal): -12436039 or 12139842. OLE color: 12139842.

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

Color convert

RGB6661185-
CMYK0.640.6700.27
HSL242.42º50.41%48.24%-
HSV(B)242.42º67.03%72.55%-
XYZ12.67846.77-
YUV76.63189.16120.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.15%
GREEN value IS 61 (24.22% from 255) = 19.55%
BLUE value IS 185 (72.66% from 255) = 59.29%
R=21.15%
G=19.55%
B=59.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66611850.640.6700.27242.4250.4148.24
Hex423DB9404301Bf23230
Octal102752711001030333626260
Binary1000010111101101110011000000100001101101111110010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,61,185); }

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

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

 a { background-color: rgb(66,61,185); }

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

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

 span { border-color: rgb(66,61,185); }

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