#231794

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

Shades of Ultramarine #231794

Tints of Ultramarine #231794

Color information

#231794 (or 0x231794) is unknown color: approx Ultramarine. HEX triplet: 23, 17 and 94. RGB value is (35,23,148). Sum of RGB (Red+Green+Blue) = 35+23+148=206 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.99% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 148 (58.20% from 255 or 71.84% from 206); Max value from RGB is 148 - color contains mainly: blue. Hex color #231794 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231794 is #DCE86B. Grayscale: #282828. Windows color (decimal): -14477420 or 9705251. OLE color: 9705251.

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

Color convert

RGB3523148-
CMYK0.760.8400.42
HSL245.76º73.1%33.53%-
HSV(B)245.76º84.46%58.04%-
XYZ6.343.1128.28-
YUV40.84188.48123.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.99%
GREEN value IS 23 (9.38% from 255) = 11.17%
BLUE value IS 148 (58.20% from 255) = 71.84%
R=16.99%
G=11.17%
B=71.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal35231480.760.8400.42245.7673.133.53
Hex2317944C5402Af64922
Octal432722411412405236611142
Binary1000111011110010100100110010101000101010111101101001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231794; }

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

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

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

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

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

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

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

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