Html Css Color HEX #3313AD Ultramarine

📋 copy color: '#3313AD'

red 51 ◦ green 19 ◦ blue 173

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

Shades of Ultramarine #3313AD

Tints of Ultramarine #3313AD

RGB

 RED value IS 51 (20.31% from 255) = 20.99%

 GREEN value IS 19 (7.81% from 255) = 7.82%

 BLUE value IS 173 (67.97% from 255) = 71.19%

R = 20.99%
G = 7.82%
B = 71.19%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3313AD (or 0x3313AD) is known color: Ultramarine. HEX triplet: 33, 13 and AD. RGB value is (51,19,173). Sum of RGB (Red+Green+Blue) = 51+19+173=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 173 (67.97% from 255 or 71.19% from 243); Max value from RGB is 173 - color contains mainly: blue. Hex color #3313AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3313AD is #CCEC52. Grayscale: #2D2D2D. Windows color (decimal): -13429843 or 11342643. OLE color: 11342643.

HSL color Cylindrical-coordinate representation of color #3313AD: hue angle of 252.47º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3313AD is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 51 19 173 -
CMYK 0.71 0.89 0 0.32
HSL 252.47º 0.8% 0.38% -
HSV(B) 252.47º 0.89% 0.68% -
XYZ 9.14 4.19 39.86 -
YUV 46.12 199.6 131.48 -
System Red Green Blue C M Y K H S L
Decimal 51 19 173 0.71 0.89 0 0.32 252.47 0.8 0.38
Hex 33 13 AD 47 59 0 20 FC 50 26
Octal 63 23 255 107 131 0 40 374 120 46
Binary 110011 10011 10101101 1000111 1011001 0 100000 11111100 1010000 100110

Color Harmonies of #3313AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3313AD

Black with #3313AD

Text Example


Text Example

White with #3313AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3313AD; }

 p { color: rgb(51,19,173); }

 H1.HeaderClassName
 {
   color: #3313AD;
 }
 .AnyTagClassName
 {
   color: #3313AD;
 }
</style>

background-color css

<style>
 a { background-color: #3313AD; }

 a { background-color: rgb(51,19,173); }

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

border-color css

<style>
 span { border-color: #3313AD; }

 span { border-color: rgb(51,19,173); }

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