#231988

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

Shades of Ultramarine #231988

Tints of Ultramarine #231988

Color information

#231988 (or 0x231988) is unknown color: approx Ultramarine. HEX triplet: 23, 19 and 88. RGB value is (35,25,136). Sum of RGB (Red+Green+Blue) = 35+25+136=196 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.86% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 136 (53.52% from 255 or 69.39% from 196); Max value from RGB is 136 - color contains mainly: blue. Hex color #231988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231988 is #DCE677. Grayscale: #282828. Windows color (decimal): -14476920 or 8919331. OLE color: 8919331.

HSL color Cylindrical-coordinate representation of color #231988: hue angle of 245.41º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #231988 is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3525136-
CMYK0.740.8200.47
HSL245.41º68.94%31.57%-
HSV(B)245.41º81.62%53.33%-
XYZ5.482.8323.55-
YUV40.64181.81123.97-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.86%
GREEN value IS 25 (10.16% from 255) = 12.76%
BLUE value IS 136 (53.52% from 255) = 69.39%
R=17.86%
G=12.76%
B=69.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal35251360.740.8200.47245.4168.9431.57
Hex2319884A5202Ff54520
Octal433121011212205736510540
Binary1000111100110001000100101010100100101111111101011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231988; }

 p { color: rgb(35,25,136); }

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

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

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

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

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

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

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