#3800BA

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

Shades of Ultramarine #3800BA

Tints of Ultramarine #3800BA

Color information

#3800BA (or 0x3800BA) is unknown color: approx Ultramarine. HEX triplet: 38, 00 and BA. RGB value is (56,0,186). Sum of RGB (Red+Green+Blue) = 56+0+186=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 186 (73.05% from 255 or 76.86% from 242); Max value from RGB is 186 - color contains mainly: blue. Hex color #3800BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3800BA is #C7FF45. Grayscale: #252525. Windows color (decimal): -13107014 or 12189752. OLE color: 12189752.

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

Color convert

RGB560186-
CMYK0.70100.27
HSL258.06º100%36.47%-
HSV(B)258.06º100%72.94%-
XYZ10.494.3946.75-
YUV37.95211.55140.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 186 (73.05% from 255) = 76.86%
R=23.14%
G=0%
B=76.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5601860.70100.27258.0610036.47
Hex380BA466401B1026424
Octal70027210614403340214444
Binary111000010111010100011011001000110111000000101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3800BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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