#23038A

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

Shades of Ultramarine #23038A

Tints of Ultramarine #23038A

Color information

#23038A (or 0x23038A) is unknown color: approx Ultramarine. HEX triplet: 23, 03 and 8A. RGB value is (35,3,138). Sum of RGB (Red+Green+Blue) = 35+3+138=176 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.89% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 138 (54.30% from 255 or 78.41% from 176); Max value from RGB is 138 - color contains mainly: blue. Hex color #23038A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23038A is #DCFC75. Grayscale: #1B1B1B. Windows color (decimal): -14482550 or 9044771. OLE color: 9044771.

HSL color Cylindrical-coordinate representation of color #23038A: hue angle of 254.22º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #23038A is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB353138-
CMYK0.750.9800.46
HSL254.22º95.74%27.65%-
HSV(B)254.22º97.83%54.12%-
XYZ5.312.2624.2-
YUV27.96190.1133.02-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.89%
GREEN value IS 3 (1.56% from 255) = 1.70%
BLUE value IS 138 (54.30% from 255) = 78.41%
R=19.89%
G=1.70%
B=78.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3531380.750.9800.46254.2295.7427.65
Hex2338A4B6202Efe601c
Octal43321211314205637614034
Binary100011111000101010010111100010010111011111110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23038A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23038A; }

 p { color: rgb(35,3,138); }

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

<style>
 a { background-color: #23038A; }

 a { background-color: rgb(35,3,138); }

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

<style>
 span { border-color: #23038A; }

 span { border-color: rgb(35,3,138); }

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