#2F15AD

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

Shades of Ultramarine #2F15AD

Tints of Ultramarine #2F15AD

Color information

#2F15AD (or 0x2F15AD) is unknown color: approx Ultramarine. HEX triplet: 2F, 15 and AD. RGB value is (47,21,173). Sum of RGB (Red+Green+Blue) = 47+21+173=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 173 (67.97% from 255 or 71.78% from 241); Max value from RGB is 173 - color contains mainly: blue. Hex color #2F15AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F15AD is #D0EA52. Grayscale: #2D2D2D. Windows color (decimal): -13691475 or 11343151. OLE color: 11343151.

HSL color Cylindrical-coordinate representation of color #2F15AD: hue angle of 250.26º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F15AD is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4721173-
CMYK0.730.8800.32
HSL250.26º78.35%38.04%-
HSV(B)250.26º87.86%67.84%-
XYZ8.984.1639.86-
YUV46.1199.61128.64-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.50%
GREEN value IS 21 (8.59% from 255) = 8.71%
BLUE value IS 173 (67.97% from 255) = 71.78%
R=19.50%
G=8.71%
B=71.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal47211730.730.8800.32250.2678.3538.04
Hex2F15AD4958020fa4e26
Octal572525511113004037211646
Binary1011111010110101101100100110110000100000111110101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F15AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F15AD; }

 p { color: rgb(47,21,173); }

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

<style>
 a { background-color: #2F15AD; }

 a { background-color: rgb(47,21,173); }

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

<style>
 span { border-color: #2F15AD; }

 span { border-color: rgb(47,21,173); }

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