#3E38D8

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

Shades of Free Speech Blue #3E38D8

Tints of Free Speech Blue #3E38D8

Color information

#3E38D8 (or 0x3E38D8) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 38 and D8. RGB value is (62,56,216). Sum of RGB (Red+Green+Blue) = 62+56+216=334 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.56% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 216 (84.77% from 255 or 64.67% from 334); Max value from RGB is 216 - color contains mainly: blue. Hex color #3E38D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E38D8 is #C1C727. Grayscale: #4B4B4B. Windows color (decimal): -12699432 or 14170174. OLE color: 14170174.

HSL color Cylindrical-coordinate representation of color #3E38D8: hue angle of 242.25º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E38D8 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6256216-
CMYK0.710.7400.15
HSL242.25º67.23%53.33%-
HSV(B)242.25º74.07%84.71%-
XYZ15.88.8165.83-
YUV76.03206.99117.99-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.56%
GREEN value IS 56 (22.27% from 255) = 16.77%
BLUE value IS 216 (84.77% from 255) = 64.67%
R=18.56%
G=16.77%
B=64.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal62562160.710.7400.15242.2567.2353.33
Hex3E38D8474A0Ff24335
Octal767033010711201736210365
Binary111110111000110110001000111100101001111111100101000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E38D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,56,216); }

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

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

 a { background-color: rgb(62,56,216); }

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

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

 span { border-color: rgb(62,56,216); }

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