Html Css Color HEX #310FA5 Ultramarine

📋 copy color: '#310FA5'

red 49 ◦ green 15 ◦ blue 165

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

Shades of Ultramarine #310FA5

Tints of Ultramarine #310FA5

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.55%

 BLUE value IS 165 (64.84% from 255) = 72.05%

R = 21.4%
G = 6.55%
B = 72.05%

CMYK

 C value IS 0.70

 M value IS 0.91

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#310FA5 (or 0x310FA5) is known color: Ultramarine. HEX triplet: 31, 0F and A5. RGB value is (49,15,165). Sum of RGB (Red+Green+Blue) = 49+15+165=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 15 (6.25% from 255 or 6.55% from 229); Blue value is 165 (64.84% from 255 or 72.05% from 229); Max value from RGB is 165 - color contains mainly: blue. Hex color #310FA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310FA5 is #CEF05A. Grayscale: #292929. Windows color (decimal): -13561947 or 10817329. OLE color: 10817329.

HSL color Cylindrical-coordinate representation of color #310FA5: hue angle of 253.6º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #310FA5 is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 49 15 165 -
CMYK 0.70 0.91 0 0.35
HSL 253.6º 0.83% 0.35% -
HSV(B) 253.6º 0.91% 0.65% -
XYZ 8.23 3.71 35.88 -
YUV 42.27 197.26 132.8 -
System Red Green Blue C M Y K H S L
Decimal 49 15 165 0.70 0.91 0 0.35 253.6 0.83 0.35
Hex 31 F A5 46 5B 0 23 FE 53 23
Octal 61 17 245 106 133 0 43 376 123 43
Binary 110001 1111 10100101 1000110 1011011 0 100011 11111110 1010011 100011

Color Harmonies of #310FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310FA5

Black with #310FA5

Text Example


Text Example

White with #310FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,15,165); }

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

background-color css

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

 a { background-color: rgb(49,15,165); }

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

border-color css

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

 span { border-color: rgb(49,15,165); }

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