#3D53BB

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

Shades of Free Speech Blue #3D53BB

Tints of Free Speech Blue #3D53BB

Color information

#3D53BB (or 0x3D53BB) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 53 and BB. RGB value is (61,83,187). Sum of RGB (Red+Green+Blue) = 61+83+187=331 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.43% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #3D53BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D53BB is #C2AC44. Grayscale: #575757. Windows color (decimal): -12758085 or 12276541. OLE color: 12276541.

HSL color Cylindrical-coordinate representation of color #3D53BB: hue angle of 229.52º 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 #3D53BB is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6183187-
CMYK0.670.5600.27
HSL229.52º50.81%48.63%-
HSV(B)229.52º67.38%73.33%-
XYZ13.9910.7748.35-
YUV88.28183.71108.54-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.43%
GREEN value IS 83 (32.81% from 255) = 25.08%
BLUE value IS 187 (73.44% from 255) = 56.50%
R=18.43%
G=25.08%
B=56.50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61831870.670.5600.27229.5250.8148.63
Hex3D53BB433801Be63331
Octal75123273103700333466361
Binary111101101001110111011100001111100001101111100110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D53BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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