#3C4BBD

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

Shades of Free Speech Blue #3C4BBD

Tints of Free Speech Blue #3C4BBD

Color information

#3C4BBD (or 0x3C4BBD) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 4B and BD. RGB value is (60,75,189). Sum of RGB (Red+Green+Blue) = 60+75+189=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 189 (74.22% from 255 or 58.33% from 324); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C4BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C4BBD is #C3B442. Grayscale: #535353. Windows color (decimal): -12825667 or 12405564. OLE color: 12405564.

HSL color Cylindrical-coordinate representation of color #3C4BBD: hue angle of 233.02º 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 #3C4BBD is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6075189-
CMYK0.680.6000.26
HSL233.02º51.81%48.82%-
HSV(B)233.02º68.25%74.12%-
XYZ13.569.6749.3-
YUV83.51187.53111.23-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.52%
GREEN value IS 75 (29.69% from 255) = 23.15%
BLUE value IS 189 (74.22% from 255) = 58.33%
R=18.52%
G=23.15%
B=58.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal60751890.680.6000.26233.0251.8148.82
Hex3C4BBD443C01Ae93431
Octal74113275104740323516461
Binary111100100101110111101100010011110001101011101001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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