Html Css Color HEX #330AAD Ultramarine

📋 copy color: '#330AAD'

red 51 ◦ green 10 ◦ blue 173

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

Shades of Ultramarine #330AAD

Tints of Ultramarine #330AAD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.27%

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

R = 21.79%
G = 4.27%
B = 73.93%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#330AAD (or 0x330AAD) is known color: Ultramarine. HEX triplet: 33, 0A and AD. RGB value is (51,10,173). Sum of RGB (Red+Green+Blue) = 51+10+173=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 173 (67.97% from 255 or 73.93% from 234); Max value from RGB is 173 - color contains mainly: blue. Hex color #330AAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330AAD is #CCF552. Grayscale: #282828. Windows color (decimal): -13432147 or 11340339. OLE color: 11340339.

HSL color Cylindrical-coordinate representation of color #330AAD: hue angle of 255.09º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330AAD is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 51 10 173 -
CMYK 0.71 0.94 0 0.32
HSL 255.09º 0.89% 0.36% -
HSV(B) 255.09º 0.94% 0.68% -
XYZ 9.02 3.94 39.82 -
YUV 40.84 202.58 135.25 -
System Red Green Blue C M Y K H S L
Decimal 51 10 173 0.71 0.94 0 0.32 255.09 0.89 0.36
Hex 33 A AD 47 5E 0 20 FF 59 24
Octal 63 12 255 107 136 0 40 377 131 44
Binary 110011 1010 10101101 1000111 1011110 0 100000 11111111 1011001 100100

Color Harmonies of #330AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330AAD

Black with #330AAD

Text Example


Text Example

White with #330AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330AAD; }

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

 H1.HeaderClassName
 {
   color: #330AAD;
 }
 .AnyTagClassName
 {
   color: #330AAD;
 }
</style>

background-color css

<style>
 a { background-color: #330AAD; }

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

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

border-color css

<style>
 span { border-color: #330AAD; }

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

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