Html Css Color HEX #320DA6 Ultramarine

📋 copy color: '#320DA6'

red 50 ◦ green 13 ◦ blue 166

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

Shades of Ultramarine #320DA6

Tints of Ultramarine #320DA6

RGB

 RED value IS 50 (19.92% from 255) = 21.83%

 GREEN value IS 13 (5.47% from 255) = 5.68%

 BLUE value IS 166 (65.23% from 255) = 72.49%

R = 21.83%
G = 5.68%
B = 72.49%

CMYK

 C value IS 0.70

 M value IS 0.92

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#320DA6 (or 0x320DA6) is known color: Ultramarine. HEX triplet: 32, 0D and A6. RGB value is (50,13,166). Sum of RGB (Red+Green+Blue) = 50+13+166=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 166 (65.23% from 255 or 72.49% from 229); Max value from RGB is 166 - color contains mainly: blue. Hex color #320DA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320DA6 is #CDF259. Grayscale: #282828. Windows color (decimal): -13496922 or 10882354. OLE color: 10882354.

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

Color convert

RGB 50 13 166 -
CMYK 0.70 0.92 0 0.35
HSL 254.51º 0.85% 0.35% -
HSV(B) 254.51º 0.92% 0.65% -
XYZ 8.34 3.72 36.35 -
YUV 41.51 198.26 134.06 -
System Red Green Blue C M Y K H S L
Decimal 50 13 166 0.70 0.92 0 0.35 254.51 0.85 0.35
Hex 32 D A6 46 5C 0 23 FF 55 23
Octal 62 15 246 106 134 0 43 377 125 43
Binary 110010 1101 10100110 1000110 1011100 0 100011 11111111 1010101 100011

Color Harmonies of #320DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320DA6

Black with #320DA6

Text Example


Text Example

White with #320DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320DA6; }

 p { color: rgb(50,13,166); }

 H1.HeaderClassName
 {
   color: #320DA6;
 }
 .AnyTagClassName
 {
   color: #320DA6;
 }
</style>

background-color css

<style>
 a { background-color: #320DA6; }

 a { background-color: rgb(50,13,166); }

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

border-color css

<style>
 span { border-color: #320DA6; }

 span { border-color: rgb(50,13,166); }

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