#3D4EBB

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

Shades of Free Speech Blue #3D4EBB

Tints of Free Speech Blue #3D4EBB

Color information

#3D4EBB (or 0x3D4EBB) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 4E and BB. RGB value is (61,78,187). Sum of RGB (Red+Green+Blue) = 61+78+187=326 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.71% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #3D4EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D4EBB is #C2B144. Grayscale: #545454. Windows color (decimal): -12759365 or 12275261. OLE color: 12275261.

HSL color Cylindrical-coordinate representation of color #3D4EBB: hue angle of 231.9º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D4EBB is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6178187-
CMYK0.670.5800.27
HSL231.9º50.81%48.63%-
HSV(B)231.9º67.38%73.33%-
XYZ13.6210.0348.23-
YUV85.34185.37110.64-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.71%
GREEN value IS 78 (30.86% from 255) = 23.93%
BLUE value IS 187 (73.44% from 255) = 57.36%
R=18.71%
G=23.93%
B=57.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61781870.670.5800.27231.950.8148.63
Hex3D4EBB433A01Be83331
Octal75116273103720333506361
Binary111101100111010111011100001111101001101111101000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,78,187); }

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

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

 a { background-color: rgb(61,78,187); }

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

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

 span { border-color: rgb(61,78,187); }

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