Html Css Color HEX #310CA8 Ultramarine

📋 copy color: '#310CA8'

red 49 ◦ green 12 ◦ blue 168

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

Shades of Ultramarine #310CA8

Tints of Ultramarine #310CA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 73.36%

R = 21.4%
G = 5.24%
B = 73.36%

CMYK

 C value IS 0.71

 M value IS 0.93

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#310CA8 (or 0x310CA8) is known color: Ultramarine. HEX triplet: 31, 0C and A8. RGB value is (49,12,168). Sum of RGB (Red+Green+Blue) = 49+12+168=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 168 (66.02% from 255 or 73.36% from 229); Max value from RGB is 168 - color contains mainly: blue. Hex color #310CA8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310CA8 is #CEF357. Grayscale: #282828. Windows color (decimal): -13562712 or 11013169. OLE color: 11013169.

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

Color convert

RGB 49 12 168 -
CMYK 0.71 0.93 0 0.34
HSL 254.23º 0.87% 0.35% -
HSV(B) 254.23º 0.93% 0.66% -
XYZ 8.47 3.74 37.32 -
YUV 40.85 199.76 133.82 -
System Red Green Blue C M Y K H S L
Decimal 49 12 168 0.71 0.93 0 0.34 254.23 0.87 0.35
Hex 31 C A8 47 5D 0 22 FE 57 23
Octal 61 14 250 107 135 0 42 376 127 43
Binary 110001 1100 10101000 1000111 1011101 0 100010 11111110 1010111 100011

Color Harmonies of #310CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310CA8

Black with #310CA8

Text Example


Text Example

White with #310CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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