#3D42D6

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

Shades of Free Speech Blue #3D42D6

Tints of Free Speech Blue #3D42D6

Color information

#3D42D6 (or 0x3D42D6) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 42 and D6. RGB value is (61,66,214). Sum of RGB (Red+Green+Blue) = 61+66+214=341 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.89% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 214 (83.98% from 255 or 62.76% from 341); Max value from RGB is 214 - color contains mainly: blue. Hex color #3D42D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D42D6 is #C2BD29. Grayscale: #505050. Windows color (decimal): -12762410 or 14041661. OLE color: 14041661.

HSL color Cylindrical-coordinate representation of color #3D42D6: hue angle of 238.04º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D42D6 is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6166214-
CMYK0.710.6900.16
HSL238.04º65.11%53.92%-
HSV(B)238.04º71.5%83.92%-
XYZ16.019.7464.66-
YUV81.38202.84113.47-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.89%
GREEN value IS 66 (26.17% from 255) = 19.35%
BLUE value IS 214 (83.98% from 255) = 62.76%
R=17.89%
G=19.35%
B=62.76%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal61662140.710.6900.16238.0465.1153.92
Hex3D42D64745010ee4136
Octal7510232610710502035610166
Binary11110110000101101011010001111000101010000111011101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D42D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,66,214); }

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

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

 a { background-color: rgb(61,66,214); }

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

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

 span { border-color: rgb(61,66,214); }

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