Html Css Color HEX #3310AA Ultramarine

📋 copy color: '#3310AA'

red 51 ◦ green 16 ◦ blue 170

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

Shades of Ultramarine #3310AA

Tints of Ultramarine #3310AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.75%

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

R = 21.52%
G = 6.75%
B = 71.73%

CMYK

 C value IS 0.7

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3310AA (or 0x3310AA) is known color: Ultramarine. HEX triplet: 33, 10 and AA. RGB value is (51,16,170). Sum of RGB (Red+Green+Blue) = 51+16+170=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 170 (66.80% from 255 or 71.73% from 237); Max value from RGB is 170 - color contains mainly: blue. Hex color #3310AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3310AA is #CCEF55. Grayscale: #2B2B2B. Windows color (decimal): -13430614 or 11145267. OLE color: 11145267.

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

Color convert

RGB 51 16 170 -
CMYK 0.7 0.91 0 0.33
HSL 253.64º 0.83% 0.36% -
HSV(B) 253.64º 0.91% 0.67% -
XYZ 8.81 3.98 38.33 -
YUV 44.02 199.1 132.98 -
System Red Green Blue C M Y K H S L
Decimal 51 16 170 0.7 0.91 0 0.33 253.64 0.83 0.36
Hex 33 10 AA 46 5B 0 21 FE 53 24
Octal 63 20 252 106 133 0 41 376 123 44
Binary 110011 10000 10101010 1000110 1011011 0 100001 11111110 1010011 100100

Color Harmonies of #3310AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3310AA

Black with #3310AA

Text Example


Text Example

White with #3310AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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