#232094

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

Shades of Ultramarine #232094

Tints of Ultramarine #232094

Color information

#232094 (or 0x232094) is unknown color: approx Ultramarine. HEX triplet: 23, 20 and 94. RGB value is (35,32,148). Sum of RGB (Red+Green+Blue) = 35+32+148=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 148 (58.20% from 255 or 68.84% from 215); Max value from RGB is 148 - color contains mainly: blue. Hex color #232094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232094 is #DCDF6B. Grayscale: #2D2D2D. Windows color (decimal): -14475116 or 9707555. OLE color: 9707555.

HSL color Cylindrical-coordinate representation of color #232094: hue angle of 241.55º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #232094 is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3532148-
CMYK0.760.7800.42
HSL241.55º64.44%35.29%-
HSV(B)241.55º78.38%58.04%-
XYZ6.553.5328.35-
YUV46.12185.49120.07-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.28%
GREEN value IS 32 (12.89% from 255) = 14.88%
BLUE value IS 148 (58.20% from 255) = 68.84%
R=16.28%
G=14.88%
B=68.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal35321480.760.7800.42241.5564.4435.29
Hex2320944C4E02Af24023
Octal434022411411605236210043
Binary10001110000010010100100110010011100101010111100101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232094; }

 p { color: rgb(35,32,148); }

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

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

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

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

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

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

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