Html Css Color HEX #202290 Ultramarine

📋 copy color: '#202290'

red 32 ◦ green 34 ◦ blue 144

#202290
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #202290

Tints of Ultramarine #202290

RGB

 RED value IS 32 (12.89% from 255) = 15.24%

 GREEN value IS 34 (13.67% from 255) = 16.19%

 BLUE value IS 144 (56.64% from 255) = 68.57%

R = 15.24%
G = 16.19%
B = 68.57%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#202290 (or 0x202290) is known color: Ultramarine. HEX triplet: 20, 22 and 90. RGB value is (32,34,144). Sum of RGB (Red+Green+Blue) = 32+34+144=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 144 (56.64% from 255 or 68.57% from 210); Max value from RGB is 144 - color contains mainly: blue. Hex color #202290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202290 is #DFDD6F. Grayscale: #2D2D2D. Windows color (decimal): -14671216 or 9445920. OLE color: 9445920.

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

Color convert

RGB 32 34 144 -
CMYK 0.78 0.76 0 0.44
HSL 238.93º 0.64% 0.35% -
HSV(B) 238.93º 0.78% 0.56% -
XYZ 6.2 3.46 26.73 -
YUV 45.94 183.34 118.06 -
System Red Green Blue C M Y K H S L
Decimal 32 34 144 0.78 0.76 0 0.44 238.93 0.64 0.35
Hex 20 22 90 4E 4C 0 2C EF 40 23
Octal 40 42 220 116 114 0 54 357 100 43
Binary 100000 100010 10010000 1001110 1001100 0 101100 11101111 1000000 100011

Color Harmonies of #202290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202290

Black with #202290

Text Example


Text Example

White with #202290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202290; }

 p { color: rgb(32,34,144); }

 H1.HeaderClassName
 {
   color: #202290;
 }
 .AnyTagClassName
 {
   color: #202290;
 }
</style>

background-color css

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

 a { background-color: rgb(32,34,144); }

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

border-color css

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

 span { border-color: rgb(32,34,144); }

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