#3D52CA

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

Shades of Free Speech Blue #3D52CA

Tints of Free Speech Blue #3D52CA

Color information

#3D52CA (or 0x3D52CA) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 52 and CA. RGB value is (61,82,202). Sum of RGB (Red+Green+Blue) = 61+82+202=345 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.68% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #3D52CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D52CA is #C2AD35. Grayscale: #585858. Windows color (decimal): -12758326 or 13259325. OLE color: 13259325.

HSL color Cylindrical-coordinate representation of color #3D52CA: hue angle of 231.06º 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 #3D52CA is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6182202-
CMYK0.700.5900.21
HSL231.06º57.09%51.57%-
HSV(B)231.06º69.8%79.22%-
XYZ15.611.2957.23-
YUV89.4191.54107.74-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.68%
GREEN value IS 82 (32.42% from 255) = 23.77%
BLUE value IS 202 (79.30% from 255) = 58.55%
R=17.68%
G=23.77%
B=58.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal61822020.700.5900.21231.0657.0951.57
Hex3D52CA463B015e73934
Octal75122312106730253477164
Binary111101101001011001010100011011101101010111100111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D52CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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