#3C4CBF

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

Shades of Free Speech Blue #3C4CBF

Tints of Free Speech Blue #3C4CBF

Color information

#3C4CBF (or 0x3C4CBF) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 4C and BF. RGB value is (60,76,191). Sum of RGB (Red+Green+Blue) = 60+76+191=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 191 (75% from 255 or 58.41% from 327); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C4CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C4CBF is #C3B340. Grayscale: #535353. Windows color (decimal): -12825409 or 12536892. OLE color: 12536892.

HSL color Cylindrical-coordinate representation of color #3C4CBF: hue angle of 232.67º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C4CBF is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6076191-
CMYK0.690.6000.25
HSL232.67º52.19%49.22%-
HSV(B)232.67º68.59%74.9%-
XYZ13.859.8950.47-
YUV84.33188.2110.65-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.35%
GREEN value IS 76 (30.08% from 255) = 23.24%
BLUE value IS 191 (75% from 255) = 58.41%
R=18.35%
G=23.24%
B=58.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal60761910.690.6000.25232.6752.1949.22
Hex3C4CBF453C019e93431
Octal74114277105740313516461
Binary111100100110010111111100010111110001100111101001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C4CBF; }

 p { color: rgb(60,76,191); }

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

<style>
 a { background-color: #3C4CBF; }

 a { background-color: rgb(60,76,191); }

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

<style>
 span { border-color: #3C4CBF; }

 span { border-color: rgb(60,76,191); }

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