Html Css Color HEX #202295 Ultramarine

📋 copy color: '#202295'

red 32 ◦ green 34 ◦ blue 149

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

Shades of Ultramarine #202295

Tints of Ultramarine #202295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 69.3%

R = 14.88%
G = 15.81%
B = 69.3%

CMYK

 C value IS 0.79

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#202295 (or 0x202295) is known color: Ultramarine. HEX triplet: 20, 22 and 95. RGB value is (32,34,149). Sum of RGB (Red+Green+Blue) = 32+34+149=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 149 (58.59% from 255 or 69.30% from 215); Max value from RGB is 149 - color contains mainly: blue. Hex color #202295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202295 is #DFDD6A. Grayscale: #2E2E2E. Windows color (decimal): -14671211 or 9773600. OLE color: 9773600.

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

Color convert

RGB 32 34 149 -
CMYK 0.79 0.77 0 0.42
HSL 238.97º 0.65% 0.35% -
HSV(B) 238.97º 0.79% 0.58% -
XYZ 6.59 3.62 28.79 -
YUV 46.51 185.84 117.65 -
System Red Green Blue C M Y K H S L
Decimal 32 34 149 0.79 0.77 0 0.42 238.97 0.65 0.35
Hex 20 22 95 4F 4D 0 2A EF 41 23
Octal 40 42 225 117 115 0 52 357 101 43
Binary 100000 100010 10010101 1001111 1001101 0 101010 11101111 1000001 100011

Color Harmonies of #202295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202295

Black with #202295

Text Example


Text Example

White with #202295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202295; }

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

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

background-color css

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

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

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

border-color css

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

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

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