#3805BA

Color #3805BA Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #3805BA

Tints of Ultramarine #3805BA

Color information

#3805BA (or 0x3805BA) is unknown color: approx Ultramarine. HEX triplet: 38, 05 and BA. RGB value is (56,5,186). Sum of RGB (Red+Green+Blue) = 56+5+186=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 186 (73.05% from 255 or 75.30% from 247); Max value from RGB is 186 - color contains mainly: blue. Hex color #3805BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3805BA is #C7FA45. Grayscale: #282828. Windows color (decimal): -13105734 or 12191032. OLE color: 12191032.

HSL color Cylindrical-coordinate representation of color #3805BA: hue angle of 256.91º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3805BA is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB565186-
CMYK0.700.9700.27
HSL256.91º94.76%37.45%-
HSV(B)256.91º97.31%72.94%-
XYZ10.554.4946.77-
YUV40.88209.9138.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.67%
GREEN value IS 5 (2.34% from 255) = 2.02%
BLUE value IS 186 (73.05% from 255) = 75.30%
R=22.67%
G=2.02%
B=75.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5651860.700.9700.27256.9194.7637.45
Hex385BA466101B1015f25
Octal70527210614103340113745
Binary11100010110111010100011011000010110111000000011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3805BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3805BA; }

 p { color: rgb(56,5,186); }

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

<style>
 a { background-color: #3805BA; }

 a { background-color: rgb(56,5,186); }

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

<style>
 span { border-color: #3805BA; }

 span { border-color: rgb(56,5,186); }

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