#232498

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

Shades of Ultramarine #232498

Tints of Ultramarine #232498

Color information

#232498 (or 0x232498) is unknown color: approx Ultramarine. HEX triplet: 23, 24 and 98. RGB value is (35,36,152). Sum of RGB (Red+Green+Blue) = 35+36+152=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 152 (59.77% from 255 or 68.16% from 223); Max value from RGB is 152 - color contains mainly: blue. Hex color #232498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232498 is #DCDB67. Grayscale: #303030. Windows color (decimal): -14474088 or 9970723. OLE color: 9970723.

HSL color Cylindrical-coordinate representation of color #232498: hue angle of 239.49º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #232498 is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3536152-
CMYK0.770.7600.40
HSL239.49º62.57%36.67%-
HSV(B)239.49º76.97%59.61%-
XYZ6.993.8930.09-
YUV48.92186.17118.07-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.70%
GREEN value IS 36 (14.45% from 255) = 16.14%
BLUE value IS 152 (59.77% from 255) = 68.16%
R=15.70%
G=16.14%
B=68.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal35361520.770.7600.40239.4962.5736.67
Hex2324984D4C028ef3f25
Octal43442301151140503577745
Binary1000111001001001100010011011001100010100011101111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232498; }

 p { color: rgb(35,36,152); }

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

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

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

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

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

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

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