#3B38C0

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

Shades of Free Speech Blue #3B38C0

Tints of Free Speech Blue #3B38C0

Color information

#3B38C0 (or 0x3B38C0) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 38 and C0. RGB value is (59,56,192). Sum of RGB (Red+Green+Blue) = 59+56+192=307 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.22% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 192 (75.39% from 255 or 62.54% from 307); Max value from RGB is 192 - color contains mainly: blue. Hex color #3B38C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B38C0 is #C4C73F. Grayscale: #474747. Windows color (decimal): -12896064 or 12597307. OLE color: 12597307.

HSL color Cylindrical-coordinate representation of color #3B38C0: hue angle of 241.32º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B38C0 is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5956192-
CMYK0.690.7100.25
HSL241.32º54.84%48.63%-
HSV(B)241.32º70.83%75.29%-
XYZ12.737.5650.66-
YUV72.4195.49118.44-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.22%
GREEN value IS 56 (22.27% from 255) = 18.24%
BLUE value IS 192 (75.39% from 255) = 62.54%
R=19.22%
G=18.24%
B=62.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal59561920.690.7100.25241.3254.8448.63
Hex3B38C04547019f13731
Octal73703001051070313616761
Binary111011111000110000001000101100011101100111110001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B38C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,56,192); }

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

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

 a { background-color: rgb(59,56,192); }

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

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

 span { border-color: rgb(59,56,192); }

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