Html Css Color HEX #3310AB Ultramarine

📋 copy color: '#3310AB'

red 51 ◦ green 16 ◦ blue 171

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

Shades of Ultramarine #3310AB

Tints of Ultramarine #3310AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 71.85%

R = 21.43%
G = 6.72%
B = 71.85%

CMYK

 C value IS 0.70

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3310AB (or 0x3310AB) is known color: Ultramarine. HEX triplet: 33, 10 and AB. RGB value is (51,16,171). Sum of RGB (Red+Green+Blue) = 51+16+171=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #3310AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3310AB is #CCEF54. Grayscale: #2B2B2B. Windows color (decimal): -13430613 or 11210803. OLE color: 11210803.

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

Color convert

RGB 51 16 171 -
CMYK 0.70 0.91 0 0.33
HSL 253.55º 0.83% 0.37% -
HSV(B) 253.55º 0.91% 0.67% -
XYZ 8.9 4.01 38.83 -
YUV 44.14 199.6 132.9 -
System Red Green Blue C M Y K H S L
Decimal 51 16 171 0.70 0.91 0 0.33 253.55 0.83 0.37
Hex 33 10 AB 46 5B 0 21 FE 53 25
Octal 63 20 253 106 133 0 41 376 123 45
Binary 110011 10000 10101011 1000110 1011011 0 100001 11111110 1010011 100101

Color Harmonies of #3310AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3310AB

Black with #3310AB

Text Example


Text Example

White with #3310AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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