Html Css Color HEX #3315AB Ultramarine

📋 copy color: '#3315AB'

red 51 ◦ green 21 ◦ blue 171

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

Shades of Ultramarine #3315AB

Tints of Ultramarine #3315AB

RGB

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

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

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

R = 20.99%
G = 8.64%
B = 70.37%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3315AB (or 0x3315AB) is known color: Ultramarine. HEX triplet: 33, 15 and AB. RGB value is (51,21,171). Sum of RGB (Red+Green+Blue) = 51+21+171=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #3315AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3315AB is #CCEA54. Grayscale: #2E2E2E. Windows color (decimal): -13429333 or 11212083. OLE color: 11212083.

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

Color convert

RGB 51 21 171 -
CMYK 0.70 0.88 0 0.33
HSL 252º 0.78% 0.38% -
HSV(B) 252º 0.88% 0.67% -
XYZ 8.98 4.18 38.86 -
YUV 47.07 197.94 130.8 -
System Red Green Blue C M Y K H S L
Decimal 51 21 171 0.70 0.88 0 0.33 252 0.78 0.38
Hex 33 15 AB 46 58 0 21 FC 4E 26
Octal 63 25 253 106 130 0 41 374 116 46
Binary 110011 10101 10101011 1000110 1011000 0 100001 11111100 1001110 100110

Color Harmonies of #3315AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3315AB

Black with #3315AB

Text Example


Text Example

White with #3315AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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