#2702AD

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

Shades of Ultramarine #2702AD

Tints of Ultramarine #2702AD

Color information

#2702AD (or 0x2702AD) is unknown color: approx Ultramarine. HEX triplet: 27, 02 and AD. RGB value is (39,2,173). Sum of RGB (Red+Green+Blue) = 39+2+173=214 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.22% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 173 (67.97% from 255 or 80.84% from 214); Max value from RGB is 173 - color contains mainly: blue. Hex color #2702AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2702AD is #D8FD52. Grayscale: #1F1F1F. Windows color (decimal): -14220627 or 11338279. OLE color: 11338279.

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

Color convert

RGB392173-
CMYK0.770.9900.32
HSL252.98º97.71%34.31%-
HSV(B)252.98º98.84%67.84%-
XYZ8.43.4939.77-
YUV32.56207.26132.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.22%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 173 (67.97% from 255) = 80.84%
R=18.22%
G=0.93%
B=80.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3921730.770.9900.32252.9897.7134.31
Hex272AD4D63020fd6222
Octal47225511514304037514242
Binary1001111010101101100110111000110100000111111011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2702AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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