Html Css Color HEX #3300AA Ultramarine

📋 copy color: '#3300AA'

red 51 ◦ green 0 ◦ blue 170

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

Shades of Ultramarine #3300AA

Tints of Ultramarine #3300AA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 23.08%
G = 0%
B = 76.92%

CMYK

 C value IS 0.7

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3300AA (or 0x3300AA) is known color: Ultramarine. HEX triplet: 33, 00 and AA. RGB value is (51,0,170). Sum of RGB (Red+Green+Blue) = 51+0+170=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 170 (66.80% from 255 or 76.92% from 221); Max value from RGB is 170 - color contains mainly: blue. Hex color #3300AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3300AA is #CCFF55. Grayscale: #222222. Windows color (decimal): -13434710 or 11141171. OLE color: 11141171.

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

Color convert

RGB 51 0 170 -
CMYK 0.7 1 0 0.33
HSL 258º 1% 0.33% -
HSV(B) 258º 1% 0.67% -
XYZ 8.62 3.61 38.27 -
YUV 34.63 204.4 139.68 -
System Red Green Blue C M Y K H S L
Decimal 51 0 170 0.7 1 0 0.33 258 1 0.33
Hex 33 0 AA 46 64 0 21 102 64 21
Octal 63 0 252 106 144 0 41 402 144 41
Binary 110011 0 10101010 1000110 1100100 0 100001 100000010 1100100 100001

Color Harmonies of #3300AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3300AA

Black with #3300AA

Text Example


Text Example

White with #3300AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3300AA; }

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

 H1.HeaderClassName
 {
   color: #3300AA;
 }
 .AnyTagClassName
 {
   color: #3300AA;
 }
</style>

background-color css

<style>
 a { background-color: #3300AA; }

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

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

border-color css

<style>
 span { border-color: #3300AA; }

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

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