Html Css Color HEX #310CAA Ultramarine

📋 copy color: '#310CAA'

red 49 ◦ green 12 ◦ blue 170

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

Shades of Ultramarine #310CAA

Tints of Ultramarine #310CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.19%

 BLUE value IS 170 (66.8% from 255) = 73.59%

R = 21.21%
G = 5.19%
B = 73.59%

CMYK

 C value IS 0.71

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#310CAA (or 0x310CAA) is known color: Ultramarine. HEX triplet: 31, 0C and AA. RGB value is (49,12,170). Sum of RGB (Red+Green+Blue) = 49+12+170=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 170 (66.80% from 255 or 73.59% from 231); Max value from RGB is 170 - color contains mainly: blue. Hex color #310CAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310CAA is #CEF355. Grayscale: #282828. Windows color (decimal): -13562710 or 11144241. OLE color: 11144241.

HSL color Cylindrical-coordinate representation of color #310CAA: hue angle of 254.05º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #310CAA is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 12 170 -
CMYK 0.71 0.93 0 0.33
HSL 254.05º 0.87% 0.36% -
HSV(B) 254.05º 0.93% 0.67% -
XYZ 8.65 3.82 38.31 -
YUV 41.08 200.76 133.65 -
System Red Green Blue C M Y K H S L
Decimal 49 12 170 0.71 0.93 0 0.33 254.05 0.87 0.36
Hex 31 C AA 47 5D 0 21 FE 57 24
Octal 61 14 252 107 135 0 41 376 127 44
Binary 110001 1100 10101010 1000111 1011101 0 100001 11111110 1010111 100100

Color Harmonies of #310CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310CAA

Black with #310CAA

Text Example


Text Example

White with #310CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,12,170); }

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

background-color css

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

 a { background-color: rgb(49,12,170); }

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

border-color css

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

 span { border-color: rgb(49,12,170); }

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