#23238F

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

Shades of Ultramarine #23238F

Tints of Ultramarine #23238F

Color information

#23238F (or 0x23238F) is unknown color: approx Ultramarine. HEX triplet: 23, 23 and 8F. RGB value is (35,35,143). Sum of RGB (Red+Green+Blue) = 35+35+143=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 143 (56.25% from 255 or 67.14% from 213); Max value from RGB is 143 - color contains mainly: blue. Hex color #23238F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23238F is #DCDC70. Grayscale: #2E2E2E. Windows color (decimal): -14474353 or 9380643. OLE color: 9380643.

HSL color Cylindrical-coordinate representation of color #23238F: hue angle of 240º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #23238F is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3535143-
CMYK0.760.7600.44
HSL240º60.67%34.9%-
HSV(B)240º75.52%56.08%-
XYZ6.253.5426.34-
YUV47.31182119.22-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.43%
GREEN value IS 35 (14.06% from 255) = 16.43%
BLUE value IS 143 (56.25% from 255) = 67.14%
R=16.43%
G=16.43%
B=67.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal35351430.760.7600.4424060.6734.9
Hex23238F4C4C02Cf03d23
Octal43432171141140543607543
Binary1000111000111000111110011001001100010110011110000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23238F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23238F; }

 p { color: rgb(35,35,143); }

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

<style>
 a { background-color: #23238F; }

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

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

<style>
 span { border-color: #23238F; }

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

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