Html Css Color HEX #3311AE Ultramarine

📋 copy color: '#3311AE'

red 51 ◦ green 17 ◦ blue 174

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

Shades of Ultramarine #3311AE

Tints of Ultramarine #3311AE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.02%

 BLUE value IS 174 (68.36% from 255) = 71.9%

R = 21.07%
G = 7.02%
B = 71.9%

CMYK

 C value IS 0.71

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3311AE (or 0x3311AE) is known color: Ultramarine. HEX triplet: 33, 11 and AE. RGB value is (51,17,174). Sum of RGB (Red+Green+Blue) = 51+17+174=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 174 (68.36% from 255 or 71.90% from 242); Max value from RGB is 174 - color contains mainly: blue. Hex color #3311AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3311AE is #CCEE51. Grayscale: #2C2C2C. Windows color (decimal): -13430354 or 11407667. OLE color: 11407667.

HSL color Cylindrical-coordinate representation of color #3311AE: hue angle of 252.99º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3311AE is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 51 17 174 -
CMYK 0.71 0.90 0 0.32
HSL 252.99º 0.82% 0.37% -
HSV(B) 252.99º 0.9% 0.68% -
XYZ 9.21 4.16 40.36 -
YUV 45.06 200.76 132.23 -
System Red Green Blue C M Y K H S L
Decimal 51 17 174 0.71 0.90 0 0.32 252.99 0.82 0.37
Hex 33 11 AE 47 5A 0 20 FD 52 25
Octal 63 21 256 107 132 0 40 375 122 45
Binary 110011 10001 10101110 1000111 1011010 0 100000 11111101 1010010 100101

Color Harmonies of #3311AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3311AE

Black with #3311AE

Text Example


Text Example

White with #3311AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3311AE; }

 p { color: rgb(51,17,174); }

 H1.HeaderClassName
 {
   color: #3311AE;
 }
 .AnyTagClassName
 {
   color: #3311AE;
 }
</style>

background-color css

<style>
 a { background-color: #3311AE; }

 a { background-color: rgb(51,17,174); }

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

border-color css

<style>
 span { border-color: #3311AE; }

 span { border-color: rgb(51,17,174); }

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