Html Css Color HEX #320BA5 Ultramarine

📋 copy color: '#320BA5'

red 50 ◦ green 11 ◦ blue 165

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

Shades of Ultramarine #320BA5

Tints of Ultramarine #320BA5

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.87%

 BLUE value IS 165 (64.84% from 255) = 73.01%

R = 22.12%
G = 4.87%
B = 73.01%

CMYK

 C value IS 0.70

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#320BA5 (or 0x320BA5) is known color: Ultramarine. HEX triplet: 32, 0B and A5. RGB value is (50,11,165). Sum of RGB (Red+Green+Blue) = 50+11+165=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 165 (64.84% from 255 or 73.01% from 226); Max value from RGB is 165 - color contains mainly: blue. Hex color #320BA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320BA5 is #CDF45A. Grayscale: #272727. Windows color (decimal): -13497435 or 10816306. OLE color: 10816306.

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

Color convert

RGB 50 11 165 -
CMYK 0.70 0.93 0 0.35
HSL 255.19º 0.88% 0.35% -
HSV(B) 255.19º 0.93% 0.65% -
XYZ 8.23 3.63 35.87 -
YUV 40.22 198.42 134.98 -
System Red Green Blue C M Y K H S L
Decimal 50 11 165 0.70 0.93 0 0.35 255.19 0.88 0.35
Hex 32 B A5 46 5D 0 23 FF 58 23
Octal 62 13 245 106 135 0 43 377 130 43
Binary 110010 1011 10100101 1000110 1011101 0 100011 11111111 1011000 100011

Color Harmonies of #320BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320BA5

Black with #320BA5

Text Example


Text Example

White with #320BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,11,165); }

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

background-color css

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

 a { background-color: rgb(50,11,165); }

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

border-color css

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

 span { border-color: rgb(50,11,165); }

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