#3C4BBF

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

Shades of Free Speech Blue #3C4BBF

Tints of Free Speech Blue #3C4BBF

Color information

#3C4BBF (or 0x3C4BBF) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 4B and BF. RGB value is (60,75,191). Sum of RGB (Red+Green+Blue) = 60+75+191=326 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.40% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 191 (75% from 255 or 58.59% from 326); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C4BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C4BBF is #C3B440. Grayscale: #535353. Windows color (decimal): -12825665 or 12536636. OLE color: 12536636.

HSL color Cylindrical-coordinate representation of color #3C4BBF: hue angle of 233.13º 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 #3C4BBF is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6075191-
CMYK0.690.6100.25
HSL233.13º52.19%49.22%-
HSV(B)233.13º68.59%74.9%-
XYZ13.789.7550.45-
YUV83.74188.53111.07-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.40%
GREEN value IS 75 (29.69% from 255) = 23.01%
BLUE value IS 191 (75% from 255) = 58.59%
R=18.40%
G=23.01%
B=58.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal60751910.690.6100.25233.1352.1949.22
Hex3C4BBF453D019e93431
Octal74113277105750313516461
Binary111100100101110111111100010111110101100111101001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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