Html Css Color HEX #330AA4 Ultramarine

📋 copy color: '#330AA4'

red 51 ◦ green 10 ◦ blue 164

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

Shades of Ultramarine #330AA4

Tints of Ultramarine #330AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 72.89%

R = 22.67%
G = 4.44%
B = 72.89%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#330AA4 (or 0x330AA4) is known color: Ultramarine. HEX triplet: 33, 0A and A4. RGB value is (51,10,164). Sum of RGB (Red+Green+Blue) = 51+10+164=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 164 (64.45% from 255 or 72.89% from 225); Max value from RGB is 164 - color contains mainly: blue. Hex color #330AA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330AA4 is #CCF55B. Grayscale: #272727. Windows color (decimal): -13432156 or 10750515. OLE color: 10750515.

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

Color convert

RGB 51 10 164 -
CMYK 0.69 0.94 0 0.36
HSL 255.97º 0.89% 0.34% -
HSV(B) 255.97º 0.94% 0.64% -
XYZ 8.17 3.6 35.39 -
YUV 39.82 198.08 135.98 -
System Red Green Blue C M Y K H S L
Decimal 51 10 164 0.69 0.94 0 0.36 255.97 0.89 0.34
Hex 33 A A4 45 5E 0 24 100 59 22
Octal 63 12 244 105 136 0 44 400 131 42
Binary 110011 1010 10100100 1000101 1011110 0 100100 100000000 1011001 100010

Color Harmonies of #330AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330AA4

Black with #330AA4

Text Example


Text Example

White with #330AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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