Html Css Color HEX #2813AE Ultramarine

📋 copy color: '#2813AE'

red 40 ◦ green 19 ◦ blue 174

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

Shades of Ultramarine #2813AE

Tints of Ultramarine #2813AE

RGB

 RED value IS 40 (16.02% from 255) = 17.17%

 GREEN value IS 19 (7.81% from 255) = 8.15%

 BLUE value IS 174 (68.36% from 255) = 74.68%

R = 17.17%
G = 8.15%
B = 74.68%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2813AE (or 0x2813AE) is known color: Ultramarine. HEX triplet: 28, 13 and AE. RGB value is (40,19,174). Sum of RGB (Red+Green+Blue) = 40+19+174=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 174 (68.36% from 255 or 74.68% from 233); Max value from RGB is 174 - color contains mainly: blue. Hex color #2813AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2813AE is #D7EC51. Grayscale: #2A2A2A. Windows color (decimal): -14150738 or 11408168. OLE color: 11408168.

HSL color Cylindrical-coordinate representation of color #2813AE: hue angle of 248.13º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2813AE is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 19 174 -
CMYK 0.77 0.89 0 0.32
HSL 248.13º 0.8% 0.38% -
HSV(B) 248.13º 0.89% 0.68% -
XYZ 8.75 3.97 40.35 -
YUV 42.95 201.96 125.9 -
System Red Green Blue C M Y K H S L
Decimal 40 19 174 0.77 0.89 0 0.32 248.13 0.8 0.38
Hex 28 13 AE 4D 59 0 20 F8 50 26
Octal 50 23 256 115 131 0 40 370 120 46
Binary 101000 10011 10101110 1001101 1011001 0 100000 11111000 1010000 100110

Color Harmonies of #2813AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2813AE

Black with #2813AE

Text Example


Text Example

White with #2813AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2813AE; }

 p { color: rgb(40,19,174); }

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

background-color css

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

 a { background-color: rgb(40,19,174); }

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

border-color css

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

 span { border-color: rgb(40,19,174); }

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