#3D52CD

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

Shades of Free Speech Blue #3D52CD

Tints of Free Speech Blue #3D52CD

Color information

#3D52CD (or 0x3D52CD) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 52 and CD. RGB value is (61,82,205). Sum of RGB (Red+Green+Blue) = 61+82+205=348 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.53% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #3D52CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D52CD is #C2AD32. Grayscale: #595959. Windows color (decimal): -12758323 or 13455933. OLE color: 13455933.

HSL color Cylindrical-coordinate representation of color #3D52CD: hue angle of 231.25º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D52CD is Cyan = 0.70, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6182205-
CMYK0.700.600.20
HSL231.25º59.02%52.16%-
HSV(B)231.25º70.24%80.39%-
XYZ15.9611.4359.12-
YUV89.74193.04107.5-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.53%
GREEN value IS 82 (32.42% from 255) = 23.56%
BLUE value IS 205 (80.47% from 255) = 58.91%
R=17.53%
G=23.56%
B=58.91%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal61822050.700.600.20231.2559.0252.16
Hex3D52CD463C014e73b34
Octal75122315106740243477364
Binary111101101001011001101100011011110001010011100111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D52CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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