#3D51CA

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

Shades of Free Speech Blue #3D51CA

Tints of Free Speech Blue #3D51CA

Color information

#3D51CA (or 0x3D51CA) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 51 and CA. RGB value is (61,81,202). Sum of RGB (Red+Green+Blue) = 61+81+202=344 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.73% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 202 (79.30% from 255 or 58.72% from 344); Max value from RGB is 202 - color contains mainly: blue. Hex color #3D51CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D51CA is #C2AE35. Grayscale: #585858. Windows color (decimal): -12758582 or 13259069. OLE color: 13259069.

HSL color Cylindrical-coordinate representation of color #3D51CA: hue angle of 231.49º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D51CA is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6181202-
CMYK0.700.6000.21
HSL231.49º57.09%51.57%-
HSV(B)231.49º69.8%79.22%-
XYZ15.5311.1457.21-
YUV88.81191.87108.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.73%
GREEN value IS 81 (32.03% from 255) = 23.55%
BLUE value IS 202 (79.30% from 255) = 58.72%
R=17.73%
G=23.55%
B=58.72%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal61812020.700.6000.21231.4957.0951.57
Hex3D51CA463C015e73934
Octal75121312106740253477164
Binary111101101000111001010100011011110001010111100111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D51CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,81,202); }

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

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

 a { background-color: rgb(61,81,202); }

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

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

 span { border-color: rgb(61,81,202); }

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