#3D46C8

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

Shades of Free Speech Blue #3D46C8

Tints of Free Speech Blue #3D46C8

Color information

#3D46C8 (or 0x3D46C8) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 46 and C8. RGB value is (61,70,200). Sum of RGB (Red+Green+Blue) = 61+70+200=331 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.43% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 200 (78.52% from 255 or 60.42% from 331); Max value from RGB is 200 - color contains mainly: blue. Hex color #3D46C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D46C8 is #C2B937. Grayscale: #515151. Windows color (decimal): -12761400 or 13125181. OLE color: 13125181.

HSL color Cylindrical-coordinate representation of color #3D46C8: hue angle of 236.12º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D46C8 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6170200-
CMYK0.690.6500.22
HSL236.12º55.82%51.18%-
HSV(B)236.12º69.5%78.43%-
XYZ14.549.5455.72-
YUV82.13194.52112.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.43%
GREEN value IS 70 (27.73% from 255) = 21.15%
BLUE value IS 200 (78.52% from 255) = 60.42%
R=18.43%
G=21.15%
B=60.42%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal61702000.690.6500.22236.1255.8251.18
Hex3D46C84541016ec3833
Octal751063101051010263547063
Binary1111011000110110010001000101100000101011011101100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D46C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,70,200); }

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

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

 a { background-color: rgb(61,70,200); }

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

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

 span { border-color: rgb(61,70,200); }

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