Html Css Color HEX #310DAE Ultramarine

📋 copy color: '#310DAE'

red 49 ◦ green 13 ◦ blue 174

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

Shades of Ultramarine #310DAE

Tints of Ultramarine #310DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.51%

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

R = 20.76%
G = 5.51%
B = 73.73%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#310DAE (or 0x310DAE) is known color: Ultramarine. HEX triplet: 31, 0D and AE. RGB value is (49,13,174). Sum of RGB (Red+Green+Blue) = 49+13+174=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 174 (68.36% from 255 or 73.73% from 236); Max value from RGB is 174 - color contains mainly: blue. Hex color #310DAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310DAE is #CEF251. Grayscale: #292929. Windows color (decimal): -13562450 or 11406641. OLE color: 11406641.

HSL color Cylindrical-coordinate representation of color #310DAE: hue angle of 253.42º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #310DAE is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 49 13 174 -
CMYK 0.72 0.93 0 0.32
HSL 253.42º 0.86% 0.37% -
HSV(B) 253.42º 0.93% 0.68% -
XYZ 9.05 4 40.34 -
YUV 42.12 202.43 132.91 -
System Red Green Blue C M Y K H S L
Decimal 49 13 174 0.72 0.93 0 0.32 253.42 0.86 0.37
Hex 31 D AE 48 5D 0 20 FD 56 25
Octal 61 15 256 110 135 0 40 375 126 45
Binary 110001 1101 10101110 1001000 1011101 0 100000 11111101 1010110 100101

Color Harmonies of #310DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310DAE

Black with #310DAE

Text Example


Text Example

White with #310DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310DAE; }

 p { color: rgb(49,13,174); }

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

background-color css

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

 a { background-color: rgb(49,13,174); }

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

border-color css

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

 span { border-color: rgb(49,13,174); }

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