#2708AD

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

Shades of Ultramarine #2708AD

Tints of Ultramarine #2708AD

Color information

#2708AD (or 0x2708AD) is unknown color: approx Ultramarine. HEX triplet: 27, 08 and AD. RGB value is (39,8,173). Sum of RGB (Red+Green+Blue) = 39+8+173=220 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.73% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 173 (67.97% from 255 or 78.64% from 220); Max value from RGB is 173 - color contains mainly: blue. Hex color #2708AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2708AD is #D8F752. Grayscale: #232323. Windows color (decimal): -14219091 or 11339815. OLE color: 11339815.

HSL color Cylindrical-coordinate representation of color #2708AD: hue angle of 251.27º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2708AD is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB398173-
CMYK0.770.9500.32
HSL251.27º91.16%35.49%-
HSV(B)251.27º95.38%67.84%-
XYZ8.473.6239.79-
YUV36.08205.27130.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.73%
GREEN value IS 8 (3.52% from 255) = 3.64%
BLUE value IS 173 (67.97% from 255) = 78.64%
R=17.73%
G=3.64%
B=78.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3981730.770.9500.32251.2791.1635.49
Hex278AD4D5F020fb5b23
Octal471025511513704037313343
Binary100111100010101101100110110111110100000111110111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2708AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2708AD; }

 p { color: rgb(39,8,173); }

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

<style>
 a { background-color: #2708AD; }

 a { background-color: rgb(39,8,173); }

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

<style>
 span { border-color: #2708AD; }

 span { border-color: rgb(39,8,173); }

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