#3D35C8

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

Shades of Free Speech Blue #3D35C8

Tints of Free Speech Blue #3D35C8

Color information

#3D35C8 (or 0x3D35C8) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 35 and C8. RGB value is (61,53,200). Sum of RGB (Red+Green+Blue) = 61+53+200=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 200 (78.52% from 255 or 63.69% from 314); Max value from RGB is 200 - color contains mainly: blue. Hex color #3D35C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D35C8 is #C2CA37. Grayscale: #474747. Windows color (decimal): -12765752 or 13120829. OLE color: 13120829.

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

Color convert

RGB6153200-
CMYK0.690.7400.22
HSL243.27º58.1%49.61%-
HSV(B)243.27º73.5%78.43%-
XYZ13.627.7155.41-
YUV72.15200.15120.05-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.43%
GREEN value IS 53 (21.09% from 255) = 16.88%
BLUE value IS 200 (78.52% from 255) = 63.69%
R=19.43%
G=16.88%
B=63.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal61532000.690.7400.22243.2758.149.61
Hex3D35C8454A016f33a32
Octal75653101051120263637262
Binary111101110101110010001000101100101001011011110011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D35C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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