Html Css Color HEX #310ABB Ultramarine

📋 copy color: '#310ABB'

red 49 ◦ green 10 ◦ blue 187

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

Shades of Ultramarine #310ABB

Tints of Ultramarine #310ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 76.02%

R = 19.92%
G = 4.07%
B = 76.02%

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

#310ABB (or 0x310ABB) is known color: Ultramarine. HEX triplet: 31, 0A and BB. RGB value is (49,10,187). Sum of RGB (Red+Green+Blue) = 49+10+187=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 187 (73.44% from 255 or 76.02% from 246); Max value from RGB is 187 - color contains mainly: blue. Hex color #310ABB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310ABB is #CEF544. Grayscale: #292929. Windows color (decimal): -13563205 or 12257841. OLE color: 12257841.

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

Color convert

RGB 49 10 187 -
CMYK 0.74 0.95 0 0.27
HSL 253.22º 0.9% 0.39% -
HSV(B) 253.22º 0.95% 0.73% -
XYZ 10.34 4.46 47.33 -
YUV 41.84 209.92 133.11 -
System Red Green Blue C M Y K H S L
Decimal 49 10 187 0.74 0.95 0 0.27 253.22 0.9 0.39
Hex 31 A BB 4A 5F 0 1B FD 5A 27
Octal 61 12 273 112 137 0 33 375 132 47
Binary 110001 1010 10111011 1001010 1011111 0 11011 11111101 1011010 100111

Color Harmonies of #310ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310ABB

Black with #310ABB

Text Example


Text Example

White with #310ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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