#423CC2

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

Shades of Free Speech Blue #423CC2

Tints of Free Speech Blue #423CC2

Color information

#423CC2 (or 0x423CC2) is unknown color: approx Free Speech Blue. HEX triplet: 42, 3C and C2. RGB value is (66,60,194). Sum of RGB (Red+Green+Blue) = 66+60+194=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 194 (76.17% from 255 or 60.62% from 320); Max value from RGB is 194 - color contains mainly: blue. Hex color #423CC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423CC2 is #BDC33D. Grayscale: #4C4C4C. Windows color (decimal): -12436286 or 12729410. OLE color: 12729410.

HSL color Cylindrical-coordinate representation of color #423CC2: hue angle of 242.69º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #423CC2 is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6660194-
CMYK0.660.6900.24
HSL242.69º52.76%49.8%-
HSV(B)242.69º69.07%76.08%-
XYZ13.68.2951.92-
YUV77.07193.99120.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.62%
GREEN value IS 60 (23.83% from 255) = 18.75%
BLUE value IS 194 (76.17% from 255) = 60.62%
R=20.62%
G=18.75%
B=60.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal66601940.660.6900.24242.6952.7649.8
Hex423CC24245018f33532
Octal102743021021050303636562
Binary1000010111100110000101000010100010101100011110011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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