#423CBC

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

Shades of Free Speech Blue #423CBC

Tints of Free Speech Blue #423CBC

Color information

#423CBC (or 0x423CBC) is unknown color: approx Free Speech Blue. HEX triplet: 42, 3C and BC. RGB value is (66,60,188). Sum of RGB (Red+Green+Blue) = 66+60+188=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #423CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423CBC is #BDC343. Grayscale: #4B4B4B. Windows color (decimal): -12436292 or 12336194. OLE color: 12336194.

HSL color Cylindrical-coordinate representation of color #423CBC: hue angle of 242.81º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #423CBC is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6660188-
CMYK0.650.6800.26
HSL242.81º51.61%48.63%-
HSV(B)242.81º68.09%73.73%-
XYZ12.948.0248.44-
YUV76.39190.99120.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.02%
GREEN value IS 60 (23.83% from 255) = 19.11%
BLUE value IS 188 (73.83% from 255) = 59.87%
R=21.02%
G=19.11%
B=59.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal66601880.650.6800.26242.8151.6148.63
Hex423CBC414401Af33431
Octal102742741011040323636461
Binary1000010111100101111001000001100010001101011110011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,60,188); }

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

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

 a { background-color: rgb(66,60,188); }

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

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

 span { border-color: rgb(66,60,188); }

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