Html Css Color HEX #3115A2 Ultramarine

📋 copy color: '#3115A2'

red 49 ◦ green 21 ◦ blue 162

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

Shades of Ultramarine #3115A2

Tints of Ultramarine #3115A2

RGB

 RED value IS 49 (19.53% from 255) = 21.12%

 GREEN value IS 21 (8.59% from 255) = 9.05%

 BLUE value IS 162 (63.67% from 255) = 69.83%

R = 21.12%
G = 9.05%
B = 69.83%

CMYK

 C value IS 0.70

 M value IS 0.87

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3115A2 (or 0x3115A2) is known color: Ultramarine. HEX triplet: 31, 15 and A2. RGB value is (49,21,162). Sum of RGB (Red+Green+Blue) = 49+21+162=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 162 (63.67% from 255 or 69.83% from 232); Max value from RGB is 162 - color contains mainly: blue. Hex color #3115A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3115A2 is #CEEA5D. Grayscale: #2C2C2C. Windows color (decimal): -13560414 or 10622257. OLE color: 10622257.

HSL color Cylindrical-coordinate representation of color #3115A2: hue angle of 251.91º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3115A2 is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 49 21 162 -
CMYK 0.70 0.87 0 0.36
HSL 251.91º 0.77% 0.36% -
HSV(B) 251.91º 0.87% 0.64% -
XYZ 8.06 3.8 34.49 -
YUV 45.45 193.78 130.54 -
System Red Green Blue C M Y K H S L
Decimal 49 21 162 0.70 0.87 0 0.36 251.91 0.77 0.36
Hex 31 15 A2 46 57 0 24 FC 4D 24
Octal 61 25 242 106 127 0 44 374 115 44
Binary 110001 10101 10100010 1000110 1010111 0 100100 11111100 1001101 100100

Color Harmonies of #3115A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3115A2

Black with #3115A2

Text Example


Text Example

White with #3115A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3115A2; }

 p { color: rgb(49,21,162); }

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

background-color css

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

 a { background-color: rgb(49,21,162); }

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

border-color css

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

 span { border-color: rgb(49,21,162); }

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