#2D179E

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

Shades of Ultramarine #2D179E

Tints of Ultramarine #2D179E

Color information

#2D179E (or 0x2D179E) is unknown color: approx Ultramarine. HEX triplet: 2D, 17 and 9E. RGB value is (45,23,158). Sum of RGB (Red+Green+Blue) = 45+23+158=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 158 (62.11% from 255 or 69.91% from 226); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D179E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D179E is #D2E861. Grayscale: #2C2C2C. Windows color (decimal): -13822050 or 10360621. OLE color: 10360621.

HSL color Cylindrical-coordinate representation of color #2D179E: hue angle of 249.78º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D179E is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4523158-
CMYK0.720.8500.38
HSL249.78º74.59%35.49%-
HSV(B)249.78º85.44%61.96%-
XYZ7.563.6432.65-
YUV44.97191.79128.02-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.91%
GREEN value IS 23 (9.38% from 255) = 10.18%
BLUE value IS 158 (62.11% from 255) = 69.91%
R=19.91%
G=10.18%
B=69.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal45231580.720.8500.38249.7874.5935.49
Hex2D179E4855026fa4b23
Octal552723611012504637211343
Binary1011011011110011110100100010101010100110111110101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D179E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,23,158); }

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

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

 a { background-color: rgb(45,23,158); }

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

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

 span { border-color: rgb(45,23,158); }

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