#423FCC

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

Shades of Free Speech Blue #423FCC

Tints of Free Speech Blue #423FCC

Color information

#423FCC (or 0x423FCC) is unknown color: approx Free Speech Blue. HEX triplet: 42, 3F and CC. RGB value is (66,63,204). Sum of RGB (Red+Green+Blue) = 66+63+204=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #423FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423FCC is #BDC033. Grayscale: #4F4F4F. Windows color (decimal): -12435508 or 13385538. OLE color: 13385538.

HSL color Cylindrical-coordinate representation of color #423FCC: hue angle of 241.28º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #423FCC is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6663204-
CMYK0.680.6900.2
HSL241.28º58.02%52.35%-
HSV(B)241.28º69.12%80%-
XYZ14.929.0758.09-
YUV79.97197.99118.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.82%
GREEN value IS 63 (25% from 255) = 18.92%
BLUE value IS 204 (80.08% from 255) = 61.26%
R=19.82%
G=18.92%
B=61.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal66632040.680.6900.2241.2858.0252.35
Hex423FCC4445014f13a34
Octal102773141041050243617264
Binary1000010111111110011001000100100010101010011110001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,63,204); }

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

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

 a { background-color: rgb(66,63,204); }

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

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

 span { border-color: rgb(66,63,204); }

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