Html Css Color HEX #3315AA Ultramarine

📋 copy color: '#3315AA'

red 51 ◦ green 21 ◦ blue 170

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

Shades of Ultramarine #3315AA

Tints of Ultramarine #3315AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.68%

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

R = 21.07%
G = 8.68%
B = 70.25%

CMYK

 C value IS 0.7

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3315AA (or 0x3315AA) is known color: Ultramarine. HEX triplet: 33, 15 and AA. RGB value is (51,21,170). Sum of RGB (Red+Green+Blue) = 51+21+170=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 170 (66.80% from 255 or 70.25% from 242); Max value from RGB is 170 - color contains mainly: blue. Hex color #3315AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3315AA is #CCEA55. Grayscale: #2E2E2E. Windows color (decimal): -13429334 or 11146547. OLE color: 11146547.

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

Color convert

RGB 51 21 170 -
CMYK 0.7 0.88 0 0.33
HSL 252.08º 0.78% 0.37% -
HSV(B) 252.08º 0.88% 0.67% -
XYZ 8.89 4.14 38.36 -
YUV 46.96 197.44 130.88 -
System Red Green Blue C M Y K H S L
Decimal 51 21 170 0.7 0.88 0 0.33 252.08 0.78 0.37
Hex 33 15 AA 46 58 0 21 FC 4E 25
Octal 63 25 252 106 130 0 41 374 116 45
Binary 110011 10101 10101010 1000110 1011000 0 100001 11111100 1001110 100101

Color Harmonies of #3315AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3315AA

Black with #3315AA

Text Example


Text Example

White with #3315AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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