Html Css Color HEX #310EBA Ultramarine

📋 copy color: '#310EBA'

red 49 ◦ green 14 ◦ blue 186

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

Shades of Ultramarine #310EBA

Tints of Ultramarine #310EBA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.62%

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

R = 19.68%
G = 5.62%
B = 74.7%

CMYK

 C value IS 0.74

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#310EBA (or 0x310EBA) is known color: Ultramarine. HEX triplet: 31, 0E and BA. RGB value is (49,14,186). Sum of RGB (Red+Green+Blue) = 49+14+186=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 186 (73.05% from 255 or 74.70% from 249); Max value from RGB is 186 - color contains mainly: blue. Hex color #310EBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310EBA is #CEF145. Grayscale: #2B2B2B. Windows color (decimal): -13562182 or 12193329. OLE color: 12193329.

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

Color convert

RGB 49 14 186 -
CMYK 0.74 0.92 0 0.27
HSL 252.21º 0.86% 0.39% -
HSV(B) 252.21º 0.92% 0.73% -
XYZ 10.29 4.51 46.78 -
YUV 44.07 208.1 131.51 -
System Red Green Blue C M Y K H S L
Decimal 49 14 186 0.74 0.92 0 0.27 252.21 0.86 0.39
Hex 31 E BA 4A 5C 0 1B FC 56 27
Octal 61 16 272 112 134 0 33 374 126 47
Binary 110001 1110 10111010 1001010 1011100 0 11011 11111100 1010110 100111

Color Harmonies of #310EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310EBA

Black with #310EBA

Text Example


Text Example

White with #310EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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