#202692

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

Shades of Ultramarine #202692

Tints of Ultramarine #202692

Color information

#202692 (or 0x202692) is unknown color: approx Ultramarine. HEX triplet: 20, 26 and 92. RGB value is (32,38,146). Sum of RGB (Red+Green+Blue) = 32+38+146=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 146 (57.42% from 255 or 67.59% from 216); Max value from RGB is 146 - color contains mainly: blue. Hex color #202692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202692 is #DFD96D. Grayscale: #303030. Windows color (decimal): -14670190 or 9578016. OLE color: 9578016.

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

Color convert

RGB3238146-
CMYK0.780.7400.43
HSL236.84º64.04%34.9%-
HSV(B)236.84º78.08%57.25%-
XYZ6.483.7727.58-
YUV48.52183.01116.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.81%
GREEN value IS 38 (15.23% from 255) = 17.59%
BLUE value IS 146 (57.42% from 255) = 67.59%
R=14.81%
G=17.59%
B=67.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal32381460.780.7400.43236.8464.0434.9
Hex2026924E4A02Bed4023
Octal404622211611205335510043
Binary10000010011010010010100111010010100101011111011011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202692; }

 p { color: rgb(32,38,146); }

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

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

 a { background-color: rgb(32,38,146); }

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

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

 span { border-color: rgb(32,38,146); }

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