#23238E

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

Shades of Ultramarine #23238E

Tints of Ultramarine #23238E

Color information

#23238E (or 0x23238E) is unknown color: approx Ultramarine. HEX triplet: 23, 23 and 8E. RGB value is (35,35,142). Sum of RGB (Red+Green+Blue) = 35+35+142=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 142 (55.86% from 255 or 66.98% from 212); Max value from RGB is 142 - color contains mainly: blue. Hex color #23238E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23238E is #DCDC71. Grayscale: #2E2E2E. Windows color (decimal): -14474354 or 9315107. OLE color: 9315107.

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

Color convert

RGB3535142-
CMYK0.750.7500.44
HSL240º60.45%34.71%-
HSV(B)240º75.35%55.69%-
XYZ6.183.5125.94-
YUV47.2181.5119.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.51%
GREEN value IS 35 (14.06% from 255) = 16.51%
BLUE value IS 142 (55.86% from 255) = 66.98%
R=16.51%
G=16.51%
B=66.98%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal35351420.750.7500.4424060.4534.71
Hex23238E4B4B02Cf03c23
Octal43432161131130543607443
Binary1000111000111000111010010111001011010110011110000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23238E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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