#23258E

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

Shades of Ultramarine #23258E

Tints of Ultramarine #23258E

Color information

#23258E (or 0x23258E) is unknown color: approx Ultramarine. HEX triplet: 23, 25 and 8E. RGB value is (35,37,142). Sum of RGB (Red+Green+Blue) = 35+37+142=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 142 (55.86% from 255 or 66.36% from 214); Max value from RGB is 142 - color contains mainly: blue. Hex color #23258E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23258E is #DCDA71. Grayscale: #2F2F2F. Windows color (decimal): -14473842 or 9315619. OLE color: 9315619.

HSL color Cylindrical-coordinate representation of color #23258E: hue angle of 238.88º 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 #23258E is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3537142-
CMYK0.750.7400.44
HSL238.88º60.45%34.71%-
HSV(B)238.88º75.35%55.69%-
XYZ6.243.6325.96-
YUV48.37180.84118.46-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.36%
GREEN value IS 37 (14.84% from 255) = 17.29%
BLUE value IS 142 (55.86% from 255) = 66.36%
R=16.36%
G=17.29%
B=66.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal35371420.750.7400.44238.8860.4534.71
Hex23258E4B4A02Cef3c23
Octal43452161131120543577443
Binary1000111001011000111010010111001010010110011101111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23258E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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