#3813B0

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

Shades of Ultramarine #3813B0

Tints of Ultramarine #3813B0

Color information

#3813B0 (or 0x3813B0) is unknown color: approx Ultramarine. HEX triplet: 38, 13 and B0. RGB value is (56,19,176). Sum of RGB (Red+Green+Blue) = 56+19+176=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 176 (69.14% from 255 or 70.12% from 251); Max value from RGB is 176 - color contains mainly: blue. Hex color #3813B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3813B0 is #C7EC4F. Grayscale: #2F2F2F. Windows color (decimal): -13102160 or 11539256. OLE color: 11539256.

HSL color Cylindrical-coordinate representation of color #3813B0: hue angle of 254.14º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3813B0 is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5619176-
CMYK0.680.8900.31
HSL254.14º80.51%38.24%-
HSV(B)254.14º89.2%69.02%-
XYZ9.74.4441.42-
YUV47.96200.26133.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.31%
GREEN value IS 19 (7.81% from 255) = 7.57%
BLUE value IS 176 (69.14% from 255) = 70.12%
R=22.31%
G=7.57%
B=70.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56191760.680.8900.31254.1480.5138.24
Hex3813B0445901Ffe5126
Octal702326010413103737612146
Binary111000100111011000010001001011001011111111111101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3813B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3813B0; }

 p { color: rgb(56,19,176); }

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

<style>
 a { background-color: #3813B0; }

 a { background-color: rgb(56,19,176); }

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

<style>
 span { border-color: #3813B0; }

 span { border-color: rgb(56,19,176); }

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