#200397

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

Shades of Ultramarine #200397

Tints of Ultramarine #200397

Color information

#200397 (or 0x200397) is unknown color: approx Ultramarine. HEX triplet: 20, 03 and 97. RGB value is (32,3,151). Sum of RGB (Red+Green+Blue) = 32+3+151=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 151 (59.38% from 255 or 81.18% from 186); Max value from RGB is 151 - color contains mainly: blue. Hex color #200397 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200397 is #DFFC68. Grayscale: #1B1B1B. Windows color (decimal): -14679145 or 9896736. OLE color: 9896736.

HSL color Cylindrical-coordinate representation of color #200397: hue angle of 251.76º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #200397 is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB323151-
CMYK0.790.9800.41
HSL251.76º96.1%30.2%-
HSV(B)251.76º98.01%59.22%-
XYZ6.212.6129.45-
YUV28.54197.11130.47-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.20%
GREEN value IS 3 (1.56% from 255) = 1.61%
BLUE value IS 151 (59.38% from 255) = 81.18%
R=17.20%
G=1.61%
B=81.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3231510.790.9800.41251.7696.130.2
Hex203974F62029fc601e
Octal40322711714205137414036
Binary100000111001011110011111100010010100111111100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200397; }

 p { color: rgb(32,3,151); }

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

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

 a { background-color: rgb(32,3,151); }

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

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

 span { border-color: rgb(32,3,151); }

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