#3800BD

Color #3800BD Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #3800BD

Tints of Medium Blue #3800BD

Color information

#3800BD (or 0x3800BD) is unknown color: approx Medium Blue. HEX triplet: 38, 00 and BD. RGB value is (56,0,189). Sum of RGB (Red+Green+Blue) = 56+0+189=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 189 (74.22% from 255 or 77.14% from 245); Max value from RGB is 189 - color contains mainly: blue. Hex color #3800BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3800BD is #C7FF42. Grayscale: #252525. Windows color (decimal): -13107011 or 12386360. OLE color: 12386360.

HSL color Cylindrical-coordinate representation of color #3800BD: hue angle of 257.78º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3800BD is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB560189-
CMYK0.70100.26
HSL257.78º100%37.06%-
HSV(B)257.78º100%74.12%-
XYZ10.824.5148.45-
YUV38.29213.05140.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 189 (74.22% from 255) = 77.14%
R=22.86%
G=0%
B=77.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal5601890.70100.26257.7810037.06
Hex380BD466401A1026425
Octal70027510614403240214445
Binary111000010111101100011011001000110101000000101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3800BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3800BD; }

 p { color: rgb(56,0,189); }

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

<style>
 a { background-color: #3800BD; }

 a { background-color: rgb(56,0,189); }

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

<style>
 span { border-color: #3800BD; }

 span { border-color: rgb(56,0,189); }

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