#232392

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

Shades of Ultramarine #232392

Tints of Ultramarine #232392

Color information

#232392 (or 0x232392) is unknown color: approx Ultramarine. HEX triplet: 23, 23 and 92. RGB value is (35,35,146). Sum of RGB (Red+Green+Blue) = 35+35+146=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 146 (57.42% from 255 or 67.59% from 216); Max value from RGB is 146 - color contains mainly: blue. Hex color #232392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232392 is #DCDC6D. Grayscale: #2F2F2F. Windows color (decimal): -14474350 or 9577251. OLE color: 9577251.

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

Color convert

RGB3535146-
CMYK0.760.7600.43
HSL240º61.33%35.49%-
HSV(B)240º76.03%57.25%-
XYZ6.483.6327.55-
YUV47.65183.5118.97-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.20%
GREEN value IS 35 (14.06% from 255) = 16.20%
BLUE value IS 146 (57.42% from 255) = 67.59%
R=16.20%
G=16.20%
B=67.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal35351460.760.7600.4324061.3335.49
Hex2323924C4C02Bf03d23
Octal43432221141140533607543
Binary1000111000111001001010011001001100010101111110000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232392; }

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

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

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

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

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

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

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

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