#202594

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

Shades of Ultramarine #202594

Tints of Ultramarine #202594

Color information

#202594 (or 0x202594) is unknown color: approx Ultramarine. HEX triplet: 20, 25 and 94. RGB value is (32,37,148). Sum of RGB (Red+Green+Blue) = 32+37+148=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 148 (58.20% from 255 or 68.20% from 217); Max value from RGB is 148 - color contains mainly: blue. Hex color #202594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202594 is #DFDA6B. Grayscale: #2F2F2F. Windows color (decimal): -14670444 or 9708832. OLE color: 9708832.

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

Color convert

RGB3237148-
CMYK0.780.7500.42
HSL237.41º64.44%35.29%-
HSV(B)237.41º78.38%58.04%-
XYZ6.63.7728.4-
YUV48.16184.34116.47-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.75%
GREEN value IS 37 (14.84% from 255) = 17.05%
BLUE value IS 148 (58.20% from 255) = 68.20%
R=14.75%
G=17.05%
B=68.20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal32371480.780.7500.42237.4164.4435.29
Hex2025944E4B02Aed4023
Octal404522411611305235510043
Binary10000010010110010100100111010010110101010111011011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202594; }

 p { color: rgb(32,37,148); }

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

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

 a { background-color: rgb(32,37,148); }

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

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

 span { border-color: rgb(32,37,148); }

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