Html Css Color HEX #2715AA Ultramarine

📋 copy color: '#2715AA'

red 39 ◦ green 21 ◦ blue 170

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

Shades of Ultramarine #2715AA

Tints of Ultramarine #2715AA

RGB

 RED value IS 39 (15.63% from 255) = 16.96%

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

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

R = 16.96%
G = 9.13%
B = 73.91%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2715AA (or 0x2715AA) is known color: Ultramarine. HEX triplet: 27, 15 and AA. RGB value is (39,21,170). Sum of RGB (Red+Green+Blue) = 39+21+170=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 170 (66.80% from 255 or 73.91% from 230); Max value from RGB is 170 - color contains mainly: blue. Hex color #2715AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2715AA is #D8EA55. Grayscale: #2A2A2A. Windows color (decimal): -14215766 or 11146535. OLE color: 11146535.

HSL color Cylindrical-coordinate representation of color #2715AA: hue angle of 247.25º 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 #2715AA is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 21 170 -
CMYK 0.77 0.88 0 0.33
HSL 247.25º 0.78% 0.37% -
HSV(B) 247.25º 0.88% 0.67% -
XYZ 8.36 3.87 38.34 -
YUV 43.37 199.46 124.88 -
System Red Green Blue C M Y K H S L
Decimal 39 21 170 0.77 0.88 0 0.33 247.25 0.78 0.37
Hex 27 15 AA 4D 58 0 21 F7 4E 25
Octal 47 25 252 115 130 0 41 367 116 45
Binary 100111 10101 10101010 1001101 1011000 0 100001 11110111 1001110 100101

Color Harmonies of #2715AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2715AA

Black with #2715AA

Text Example


Text Example

White with #2715AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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