#2A2598

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

Shades of Ultramarine #2A2598

Tints of Ultramarine #2A2598

Color information

#2A2598 (or 0x2A2598) is unknown color: approx Ultramarine. HEX triplet: 2A, 25 and 98. RGB value is (42,37,152). Sum of RGB (Red+Green+Blue) = 42+37+152=231 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.18% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 152 (59.77% from 255 or 65.80% from 231); Max value from RGB is 152 - color contains mainly: blue. Hex color #2A2598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2598 is #D5DA67. Grayscale: #333333. Windows color (decimal): -14015080 or 9970986. OLE color: 9970986.

HSL color Cylindrical-coordinate representation of color #2A2598: hue angle of 242.61º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A2598 is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4237152-
CMYK0.720.7600.40
HSL242.61º60.85%37.06%-
HSV(B)242.61º75.66%59.61%-
XYZ7.284.0830.11-
YUV51.6184.66121.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.18%
GREEN value IS 37 (14.84% from 255) = 16.02%
BLUE value IS 152 (59.77% from 255) = 65.80%
R=18.18%
G=16.02%
B=65.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal42371520.720.7600.40242.6160.8537.06
Hex2A2598484C028f33d25
Octal52452301101140503637545
Binary1010101001011001100010010001001100010100011110011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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