Html Css Color HEX #202293 Ultramarine

📋 copy color: '#202293'

red 32 ◦ green 34 ◦ blue 147

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

Shades of Ultramarine #202293

Tints of Ultramarine #202293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 69.01%

R = 15.02%
G = 15.96%
B = 69.01%

CMYK

 C value IS 0.78

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#202293 (or 0x202293) is known color: Ultramarine. HEX triplet: 20, 22 and 93. RGB value is (32,34,147). Sum of RGB (Red+Green+Blue) = 32+34+147=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 147 (57.81% from 255 or 69.01% from 213); Max value from RGB is 147 - color contains mainly: blue. Hex color #202293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202293 is #DFDD6C. Grayscale: #2D2D2D. Windows color (decimal): -14671213 or 9642528. OLE color: 9642528.

HSL color Cylindrical-coordinate representation of color #202293: hue angle of 238.96º 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 #202293 is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 34 147 -
CMYK 0.78 0.77 0 0.42
HSL 238.96º 0.64% 0.35% -
HSV(B) 238.96º 0.78% 0.58% -
XYZ 6.43 3.56 27.95 -
YUV 46.28 184.84 117.81 -
System Red Green Blue C M Y K H S L
Decimal 32 34 147 0.78 0.77 0 0.42 238.96 0.64 0.35
Hex 20 22 93 4E 4D 0 2A EF 40 23
Octal 40 42 223 116 115 0 52 357 100 43
Binary 100000 100010 10010011 1001110 1001101 0 101010 11101111 1000000 100011

Color Harmonies of #202293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202293

Black with #202293

Text Example


Text Example

White with #202293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202293; }

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

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

background-color css

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

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

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

border-color css

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

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

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