Html Css Color HEX #3318AD Ultramarine

📋 copy color: '#3318AD'

red 51 ◦ green 24 ◦ blue 173

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

Shades of Ultramarine #3318AD

Tints of Ultramarine #3318AD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.68%

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

R = 20.56%
G = 9.68%
B = 69.76%

CMYK

 C value IS 0.71

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3318AD (or 0x3318AD) is known color: Ultramarine. HEX triplet: 33, 18 and AD. RGB value is (51,24,173). Sum of RGB (Red+Green+Blue) = 51+24+173=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 173 (67.97% from 255 or 69.76% from 248); Max value from RGB is 173 - color contains mainly: blue. Hex color #3318AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3318AD is #CCE752. Grayscale: #303030. Windows color (decimal): -13428563 or 11343923. OLE color: 11343923.

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

Color convert

RGB 51 24 173 -
CMYK 0.71 0.86 0 0.32
HSL 250.87º 0.76% 0.39% -
HSV(B) 250.87º 0.86% 0.68% -
XYZ 9.23 4.37 39.89 -
YUV 49.06 197.95 129.38 -
System Red Green Blue C M Y K H S L
Decimal 51 24 173 0.71 0.86 0 0.32 250.87 0.76 0.39
Hex 33 18 AD 47 56 0 20 FB 4C 27
Octal 63 30 255 107 126 0 40 373 114 47
Binary 110011 11000 10101101 1000111 1010110 0 100000 11111011 1001100 100111

Color Harmonies of #3318AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3318AD

Black with #3318AD

Text Example


Text Example

White with #3318AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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