Html Css Color HEX #3418AD Ultramarine

📋 copy color: '#3418AD'

red 52 ◦ green 24 ◦ blue 173

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

Shades of Ultramarine #3418AD

Tints of Ultramarine #3418AD

RGB

 RED value IS 52 (20.7% from 255) = 20.88%

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

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

R = 20.88%
G = 9.64%
B = 69.48%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3418AD (or 0x3418AD) is known color: Ultramarine. HEX triplet: 34, 18 and AD. RGB value is (52,24,173). Sum of RGB (Red+Green+Blue) = 52+24+173=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 173 (67.97% from 255 or 69.48% from 249); Max value from RGB is 173 - color contains mainly: blue. Hex color #3418AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3418AD is #CBE752. Grayscale: #303030. Windows color (decimal): -13363027 or 11343924. OLE color: 11343924.

HSL color Cylindrical-coordinate representation of color #3418AD: hue angle of 251.28º 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 #3418AD is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 24 173 -
CMYK 0.70 0.86 0 0.32
HSL 251.28º 0.76% 0.39% -
HSV(B) 251.28º 0.86% 0.68% -
XYZ 9.29 4.4 39.9 -
YUV 49.36 197.78 129.88 -
System Red Green Blue C M Y K H S L
Decimal 52 24 173 0.70 0.86 0 0.32 251.28 0.76 0.39
Hex 34 18 AD 46 56 0 20 FB 4C 27
Octal 64 30 255 106 126 0 40 373 114 47
Binary 110100 11000 10101101 1000110 1010110 0 100000 11111011 1001100 100111

Color Harmonies of #3418AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3418AD

Black with #3418AD

Text Example


Text Example

White with #3418AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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