#2F17A2

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

Shades of Ultramarine #2F17A2

Tints of Ultramarine #2F17A2

Color information

#2F17A2 (or 0x2F17A2) is unknown color: approx Ultramarine. HEX triplet: 2F, 17 and A2. RGB value is (47,23,162). Sum of RGB (Red+Green+Blue) = 47+23+162=232 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.26% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 162 (63.67% from 255 or 69.83% from 232); Max value from RGB is 162 - color contains mainly: blue. Hex color #2F17A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F17A2 is #D0E85D. Grayscale: #2D2D2D. Windows color (decimal): -13690974 or 10622767. OLE color: 10622767.

HSL color Cylindrical-coordinate representation of color #2F17A2: hue angle of 250.36º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F17A2 is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4723162-
CMYK0.710.8600.36
HSL250.36º75.14%36.27%-
HSV(B)250.36º85.8%63.53%-
XYZ83.8334.5-
YUV46.02193.45128.7-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.26%
GREEN value IS 23 (9.38% from 255) = 9.91%
BLUE value IS 162 (63.67% from 255) = 69.83%
R=20.26%
G=9.91%
B=69.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal47231620.710.8600.36250.3675.1436.27
Hex2F17A24756024fa4b24
Octal572724210712604437211344
Binary1011111011110100010100011110101100100100111110101001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F17A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,23,162); }

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

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

 a { background-color: rgb(47,23,162); }

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

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

 span { border-color: rgb(47,23,162); }

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