#23038D

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

Shades of Ultramarine #23038D

Tints of Ultramarine #23038D

Color information

#23038D (or 0x23038D) is unknown color: approx Ultramarine. HEX triplet: 23, 03 and 8D. RGB value is (35,3,141). Sum of RGB (Red+Green+Blue) = 35+3+141=179 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.55% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 141 (55.47% from 255 or 78.77% from 179); Max value from RGB is 141 - color contains mainly: blue. Hex color #23038D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23038D is #DCFC72. Grayscale: #1B1B1B. Windows color (decimal): -14482547 or 9241379. OLE color: 9241379.

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

Color convert

RGB353141-
CMYK0.750.9800.45
HSL253.91º95.83%28.24%-
HSV(B)253.91º97.87%55.29%-
XYZ5.532.3525.36-
YUV28.3191.6132.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.55%
GREEN value IS 3 (1.56% from 255) = 1.68%
BLUE value IS 141 (55.47% from 255) = 78.77%
R=19.55%
G=1.68%
B=78.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3531410.750.9800.45253.9195.8328.24
Hex2338D4B6202Dfe601c
Octal43321511314205537614034
Binary100011111000110110010111100010010110111111110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23038D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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