#231795

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

Shades of Ultramarine #231795

Tints of Ultramarine #231795

Color information

#231795 (or 0x231795) is unknown color: approx Ultramarine. HEX triplet: 23, 17 and 95. RGB value is (35,23,149). Sum of RGB (Red+Green+Blue) = 35+23+149=207 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.91% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 149 (58.59% from 255 or 71.98% from 207); Max value from RGB is 149 - color contains mainly: blue. Hex color #231795 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231795 is #DCE86A. Grayscale: #282828. Windows color (decimal): -14477419 or 9770787. OLE color: 9770787.

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

Color convert

RGB3523149-
CMYK0.770.8500.42
HSL245.71º73.26%33.73%-
HSV(B)245.71º84.56%58.43%-
XYZ6.423.1428.7-
YUV40.95188.98123.75-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.91%
GREEN value IS 23 (9.38% from 255) = 11.11%
BLUE value IS 149 (58.59% from 255) = 71.98%
R=16.91%
G=11.11%
B=71.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal35231490.770.8500.42245.7173.2633.73
Hex2317954D5502Af64922
Octal432722511512505236611142
Binary1000111011110010101100110110101010101010111101101001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231795; }

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

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

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

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

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

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

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

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