#2A258E

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

Shades of Ultramarine #2A258E

Tints of Ultramarine #2A258E

Color information

#2A258E (or 0x2A258E) is unknown color: approx Ultramarine. HEX triplet: 2A, 25 and 8E. RGB value is (42,37,142). Sum of RGB (Red+Green+Blue) = 42+37+142=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 142 (55.86% from 255 or 64.25% from 221); Max value from RGB is 142 - color contains mainly: blue. Hex color #2A258E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A258E is #D5DA71. Grayscale: #323232. Windows color (decimal): -14015090 or 9315626. OLE color: 9315626.

HSL color Cylindrical-coordinate representation of color #2A258E: hue angle of 242.86º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A258E is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4237142-
CMYK0.700.7400.44
HSL242.86º58.66%35.1%-
HSV(B)242.86º73.94%55.69%-
XYZ6.53.7725.98-
YUV50.46179.66121.96-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.00%
GREEN value IS 37 (14.84% from 255) = 16.74%
BLUE value IS 142 (55.86% from 255) = 64.25%
R=19.00%
G=16.74%
B=64.25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal42371420.700.7400.44242.8658.6635.1
Hex2A258E464A02Cf33b23
Octal52452161061120543637343
Binary1010101001011000111010001101001010010110011110011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A258E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,37,142); }

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

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

 a { background-color: rgb(42,37,142); }

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

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

 span { border-color: rgb(42,37,142); }

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