#2713B3

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

Shades of Ultramarine #2713B3

Tints of Ultramarine #2713B3

Color information

#2713B3 (or 0x2713B3) is unknown color: approx Ultramarine. HEX triplet: 27, 13 and B3. RGB value is (39,19,179). Sum of RGB (Red+Green+Blue) = 39+19+179=237 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.46% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 179 (70.31% from 255 or 75.53% from 237); Max value from RGB is 179 - color contains mainly: blue. Hex color #2713B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2713B3 is #D8EC4C. Grayscale: #2A2A2A. Windows color (decimal): -14216269 or 11735847. OLE color: 11735847.

HSL color Cylindrical-coordinate representation of color #2713B3: hue angle of 247.5º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2713B3 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3919179-
CMYK0.780.8900.30
HSL247.5º80.81%38.82%-
HSV(B)247.5º89.39%70.2%-
XYZ9.214.1542.96-
YUV43.22204.63124.99-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.46%
GREEN value IS 19 (7.81% from 255) = 8.02%
BLUE value IS 179 (70.31% from 255) = 75.53%
R=16.46%
G=8.02%
B=75.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal39191790.780.8900.30247.580.8138.82
Hex2713B34E5901Ef85127
Octal472326311613103637012147
Binary100111100111011001110011101011001011110111110001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2713B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2713B3; }

 p { color: rgb(39,19,179); }

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

<style>
 a { background-color: #2713B3; }

 a { background-color: rgb(39,19,179); }

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

<style>
 span { border-color: #2713B3; }

 span { border-color: rgb(39,19,179); }

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