#423DB5

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

Shades of Free Speech Blue #423DB5

Tints of Free Speech Blue #423DB5

Color information

#423DB5 (or 0x423DB5) is unknown color: approx Free Speech Blue. HEX triplet: 42, 3D and B5. RGB value is (66,61,181). Sum of RGB (Red+Green+Blue) = 66+61+181=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 181 (71.09% from 255 or 58.77% from 308); Max value from RGB is 181 - color contains mainly: blue. Hex color #423DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423DB5 is #BDC24A. Grayscale: #4B4B4B. Windows color (decimal): -12436043 or 11877698. OLE color: 11877698.

HSL color Cylindrical-coordinate representation of color #423DB5: hue angle of 242.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #423DB5 is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6661181-
CMYK0.640.6600.29
HSL242.5º49.59%47.45%-
HSV(B)242.5º66.3%70.98%-
XYZ12.267.8344.58-
YUV76.18187.16120.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.43%
GREEN value IS 61 (24.22% from 255) = 19.81%
BLUE value IS 181 (71.09% from 255) = 58.77%
R=21.43%
G=19.81%
B=58.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66611810.640.6600.29242.549.5947.45
Hex423DB5404201Df2322f
Octal102752651001020353626257
Binary1000010111101101101011000000100001001110111110010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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