Html Css Color HEX #330CAA Ultramarine

📋 copy color: '#330CAA'

red 51 ◦ green 12 ◦ blue 170

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

Shades of Ultramarine #330CAA

Tints of Ultramarine #330CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.15%

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

R = 21.89%
G = 5.15%
B = 72.96%

CMYK

 C value IS 0.7

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#330CAA (or 0x330CAA) is known color: Ultramarine. HEX triplet: 33, 0C and AA. RGB value is (51,12,170). Sum of RGB (Red+Green+Blue) = 51+12+170=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 170 (66.80% from 255 or 72.96% from 233); Max value from RGB is 170 - color contains mainly: blue. Hex color #330CAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330CAA is #CCF355. Grayscale: #292929. Windows color (decimal): -13431638 or 11144243. OLE color: 11144243.

HSL color Cylindrical-coordinate representation of color #330CAA: hue angle of 254.81º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #330CAA is Cyan = 0.7, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 12 170 -
CMYK 0.7 0.93 0 0.33
HSL 254.81º 0.87% 0.36% -
HSV(B) 254.81º 0.93% 0.67% -
XYZ 8.75 3.87 38.32 -
YUV 41.67 200.42 134.65 -
System Red Green Blue C M Y K H S L
Decimal 51 12 170 0.7 0.93 0 0.33 254.81 0.87 0.36
Hex 33 C AA 46 5D 0 21 FF 57 24
Octal 63 14 252 106 135 0 41 377 127 44
Binary 110011 1100 10101010 1000110 1011101 0 100001 11111111 1010111 100100

Color Harmonies of #330CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330CAA

Black with #330CAA

Text Example


Text Example

White with #330CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,12,170); }

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

background-color css

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

 a { background-color: rgb(51,12,170); }

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

border-color css

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

 span { border-color: rgb(51,12,170); }

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