Html Css Color HEX #3417AA Ultramarine

📋 copy color: '#3417AA'

red 52 ◦ green 23 ◦ blue 170

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

Shades of Ultramarine #3417AA

Tints of Ultramarine #3417AA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.39%

 BLUE value IS 170 (66.8% from 255) = 69.39%

R = 21.22%
G = 9.39%
B = 69.39%

CMYK

 C value IS 0.69

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3417AA (or 0x3417AA) is known color: Ultramarine. HEX triplet: 34, 17 and AA. RGB value is (52,23,170). Sum of RGB (Red+Green+Blue) = 52+23+170=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 170 (66.80% from 255 or 69.39% from 245); Max value from RGB is 170 - color contains mainly: blue. Hex color #3417AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3417AA is #CBE855. Grayscale: #2F2F2F. Windows color (decimal): -13363286 or 11147060. OLE color: 11147060.

HSL color Cylindrical-coordinate representation of color #3417AA: hue angle of 251.84º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3417AA is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 23 170 -
CMYK 0.69 0.86 0 0.33
HSL 251.84º 0.76% 0.38% -
HSV(B) 251.84º 0.86% 0.67% -
XYZ 8.98 4.25 38.38 -
YUV 48.43 196.61 130.55 -
System Red Green Blue C M Y K H S L
Decimal 52 23 170 0.69 0.86 0 0.33 251.84 0.76 0.38
Hex 34 17 AA 45 56 0 21 FC 4C 26
Octal 64 27 252 105 126 0 41 374 114 46
Binary 110100 10111 10101010 1000101 1010110 0 100001 11111100 1001100 100110

Color Harmonies of #3417AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3417AA

Black with #3417AA

Text Example


Text Example

White with #3417AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3417AA; }

 p { color: rgb(52,23,170); }

 H1.HeaderClassName
 {
   color: #3417AA;
 }
 .AnyTagClassName
 {
   color: #3417AA;
 }
</style>

background-color css

<style>
 a { background-color: #3417AA; }

 a { background-color: rgb(52,23,170); }

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

border-color css

<style>
 span { border-color: #3417AA; }

 span { border-color: rgb(52,23,170); }

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