#3D34D8

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

Shades of Free Speech Blue #3D34D8

Tints of Free Speech Blue #3D34D8

Color information

#3D34D8 (or 0x3D34D8) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 34 and D8. RGB value is (61,52,216). Sum of RGB (Red+Green+Blue) = 61+52+216=329 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.54% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 216 (84.77% from 255 or 65.65% from 329); Max value from RGB is 216 - color contains mainly: blue. Hex color #3D34D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D34D8 is #C2CB27. Grayscale: #484848. Windows color (decimal): -12765992 or 14169149. OLE color: 14169149.

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

Color convert

RGB6152216-
CMYK0.720.7600.15
HSL243.29º67.77%52.55%-
HSV(B)243.29º75.93%84.71%-
XYZ15.558.4165.77-
YUV73.39208.48119.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.54%
GREEN value IS 52 (20.70% from 255) = 15.81%
BLUE value IS 216 (84.77% from 255) = 65.65%
R=18.54%
G=15.81%
B=65.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal61522160.720.7600.15243.2967.7752.55
Hex3D34D8484C0Ff34435
Octal756433011011401736310465
Binary111101110100110110001001000100110001111111100111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D34D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,52,216); }

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

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

 a { background-color: rgb(61,52,216); }

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

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

 span { border-color: rgb(61,52,216); }

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