#3C4BD8

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

Shades of Free Speech Blue #3C4BD8

Tints of Free Speech Blue #3C4BD8

Color information

#3C4BD8 (or 0x3C4BD8) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 4B and D8. RGB value is (60,75,216). Sum of RGB (Red+Green+Blue) = 60+75+216=351 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.09% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 216 (84.77% from 255 or 61.54% from 351); Max value from RGB is 216 - color contains mainly: blue. Hex color #3C4BD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C4BD8 is #C3B427. Grayscale: #565656. Windows color (decimal): -12825640 or 14175036. OLE color: 14175036.

HSL color Cylindrical-coordinate representation of color #3C4BD8: hue angle of 234.23º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C4BD8 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6075216-
CMYK0.720.6500.15
HSL234.23º66.67%54.12%-
HSV(B)234.23º72.22%84.71%-
XYZ16.7710.9566.2-
YUV86.59201.03109.04-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.09%
GREEN value IS 75 (29.69% from 255) = 21.37%
BLUE value IS 216 (84.77% from 255) = 61.54%
R=17.09%
G=21.37%
B=61.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal60752160.720.6500.15234.2366.6754.12
Hex3C4BD848410Fea4336
Octal7411333011010101735210366
Binary1111001001011110110001001000100000101111111010101000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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