#2F029F

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

Shades of Ultramarine #2F029F

Tints of Ultramarine #2F029F

Color information

#2F029F (or 0x2F029F) is unknown color: approx Ultramarine. HEX triplet: 2F, 02 and 9F. RGB value is (47,2,159). Sum of RGB (Red+Green+Blue) = 47+2+159=208 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.60% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 159 (62.5% from 255 or 76.44% from 208); Max value from RGB is 159 - color contains mainly: blue. Hex color #2F029F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F029F is #D0FD60. Grayscale: #202020. Windows color (decimal): -13696353 or 10420783. OLE color: 10420783.

HSL color Cylindrical-coordinate representation of color #2F029F: hue angle of 257.2º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F029F is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB472159-
CMYK0.700.9900.38
HSL257.2º97.52%31.57%-
HSV(B)257.2º98.74%62.35%-
XYZ7.453.1533.02-
YUV33.35198.91137.73-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.60%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 159 (62.5% from 255) = 76.44%
R=22.60%
G=0.96%
B=76.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4721590.700.9900.38257.297.5231.57
Hex2F29F46630261016220
Octal57223710614304640114240
Binary10111110100111111000110110001101001101000000011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F029F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,2,159); }

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

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

 a { background-color: rgb(47,2,159); }

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

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

 span { border-color: rgb(47,2,159); }

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