#3D42AF

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

Shades of Free Speech Blue #3D42AF

Tints of Free Speech Blue #3D42AF

Color information

#3D42AF (or 0x3D42AF) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 42 and AF. RGB value is (61,66,175). Sum of RGB (Red+Green+Blue) = 61+66+175=302 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.20% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 175 (68.75% from 255 or 57.95% from 302); Max value from RGB is 175 - color contains mainly: blue. Hex color #3D42AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D42AF is #C2BD50. Grayscale: #4C4C4C. Windows color (decimal): -12762449 or 11485757. OLE color: 11485757.

HSL color Cylindrical-coordinate representation of color #3D42AF: hue angle of 237.37º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D42AF is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6166175-
CMYK0.650.6200.31
HSL237.37º48.31%46.27%-
HSV(B)237.37º65.14%68.63%-
XYZ11.617.9841.49-
YUV76.93183.34116.64-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.20%
GREEN value IS 66 (26.17% from 255) = 21.85%
BLUE value IS 175 (68.75% from 255) = 57.95%
R=20.20%
G=21.85%
B=57.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61661750.650.6200.31237.3748.3146.27
Hex3D42AF413E01Fed302e
Octal75102257101760373556056
Binary111101100001010101111100000111111001111111101101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D42AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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