#423DB3

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

Shades of Free Speech Blue #423DB3

Tints of Free Speech Blue #423DB3

Color information

#423DB3 (or 0x423DB3) is unknown color: approx Free Speech Blue. HEX triplet: 42, 3D and B3. RGB value is (66,61,179). Sum of RGB (Red+Green+Blue) = 66+61+179=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 179 (70.31% from 255 or 58.50% from 306); Max value from RGB is 179 - color contains mainly: blue. Hex color #423DB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423DB3 is #BDC24C. Grayscale: #4B4B4B. Windows color (decimal): -12436045 or 11746626. OLE color: 11746626.

HSL color Cylindrical-coordinate representation of color #423DB3: hue angle of 242.54º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #423DB3 is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6661179-
CMYK0.630.6600.30
HSL242.54º49.17%47.06%-
HSV(B)242.54º65.92%70.2%-
XYZ12.057.7543.51-
YUV75.95186.16120.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.57%
GREEN value IS 61 (24.22% from 255) = 19.93%
BLUE value IS 179 (70.31% from 255) = 58.50%
R=21.57%
G=19.93%
B=58.50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal66611790.630.6600.30242.5449.1747.06
Hex423DB33F4201Ef3312f
Octal10275263771020363636157
Binary100001011110110110011111111100001001111011110011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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