Html Css Color HEX #310ABA Ultramarine

📋 copy color: '#310ABA'

red 49 ◦ green 10 ◦ blue 186

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

Shades of Ultramarine #310ABA

Tints of Ultramarine #310ABA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.08%

 BLUE value IS 186 (73.05% from 255) = 75.92%

R = 20%
G = 4.08%
B = 75.92%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#310ABA (or 0x310ABA) is known color: Ultramarine. HEX triplet: 31, 0A and BA. RGB value is (49,10,186). Sum of RGB (Red+Green+Blue) = 49+10+186=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 186 (73.05% from 255 or 75.92% from 245); Max value from RGB is 186 - color contains mainly: blue. Hex color #310ABA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310ABA is #CEF545. Grayscale: #292929. Windows color (decimal): -13563206 or 12192305. OLE color: 12192305.

HSL color Cylindrical-coordinate representation of color #310ABA: hue angle of 253.3º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310ABA is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 10 186 -
CMYK 0.74 0.95 0 0.27
HSL 253.3º 0.9% 0.38% -
HSV(B) 253.3º 0.95% 0.73% -
XYZ 10.24 4.42 46.77 -
YUV 41.73 209.42 133.19 -
System Red Green Blue C M Y K H S L
Decimal 49 10 186 0.74 0.95 0 0.27 253.3 0.9 0.38
Hex 31 A BA 4A 5F 0 1B FD 5A 26
Octal 61 12 272 112 137 0 33 375 132 46
Binary 110001 1010 10111010 1001010 1011111 0 11011 11111101 1011010 100110

Color Harmonies of #310ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310ABA

Black with #310ABA

Text Example


Text Example

White with #310ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,10,186); }

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

background-color css

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

 a { background-color: rgb(49,10,186); }

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

border-color css

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

 span { border-color: rgb(49,10,186); }

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