#3D35CD

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

Shades of Free Speech Blue #3D35CD

Tints of Free Speech Blue #3D35CD

Color information

#3D35CD (or 0x3D35CD) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 35 and CD. RGB value is (61,53,205). Sum of RGB (Red+Green+Blue) = 61+53+205=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #3D35CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D35CD is #C2CA32. Grayscale: #484848. Windows color (decimal): -12765747 or 13448509. OLE color: 13448509.

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

Color convert

RGB6153205-
CMYK0.700.7400.20
HSL243.16º60.32%50.59%-
HSV(B)243.16º74.15%80.39%-
XYZ14.227.9558.54-
YUV72.72202.65119.64-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.12%
GREEN value IS 53 (21.09% from 255) = 16.61%
BLUE value IS 205 (80.47% from 255) = 64.26%
R=19.12%
G=16.61%
B=64.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal61532050.700.7400.20243.1660.3250.59
Hex3D35CD464A014f33c33
Octal75653151061120243637463
Binary111101110101110011011000110100101001010011110011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D35CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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