#3D35DB

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

Shades of Free Speech Blue #3D35DB

Tints of Free Speech Blue #3D35DB

Color information

#3D35DB (or 0x3D35DB) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 35 and DB. RGB value is (61,53,219). Sum of RGB (Red+Green+Blue) = 61+53+219=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D35DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D35DB is #C2CA24. Grayscale: #494949. Windows color (decimal): -12765733 or 14366013. OLE color: 14366013.

HSL color Cylindrical-coordinate representation of color #3D35DB: hue angle of 242.89º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D35DB is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6153219-
CMYK0.720.7600.14
HSL242.89º69.75%53.33%-
HSV(B)242.89º75.8%85.88%-
XYZ15.988.6567.85-
YUV74.32209.65118.5-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.32%
GREEN value IS 53 (21.09% from 255) = 15.92%
BLUE value IS 219 (85.94% from 255) = 65.77%
R=18.32%
G=15.92%
B=65.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal61532190.720.7600.14242.8969.7553.33
Hex3D35DB484C0Ef34635
Octal756533311011401636310665
Binary111101110101110110111001000100110001110111100111000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D35DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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