Html Css Color HEX #2710A4 Ultramarine

📋 copy color: '#2710A4'

red 39 ◦ green 16 ◦ blue 164

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

Shades of Ultramarine #2710A4

Tints of Ultramarine #2710A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 74.89%

R = 17.81%
G = 7.31%
B = 74.89%

CMYK

 C value IS 0.76

 M value IS 0.90

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#2710A4 (or 0x2710A4) is known color: Ultramarine. HEX triplet: 27, 10 and A4. RGB value is (39,16,164). Sum of RGB (Red+Green+Blue) = 39+16+164=219 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.81% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 164 (64.45% from 255 or 74.89% from 219); Max value from RGB is 164 - color contains mainly: blue. Hex color #2710A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2710A4 is #D8EF5B. Grayscale: #272727. Windows color (decimal): -14217052 or 10752039. OLE color: 10752039.

HSL color Cylindrical-coordinate representation of color #2710A4: hue angle of 249.32º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2710A4 is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 39 16 164 -
CMYK 0.76 0.90 0 0.36
HSL 249.32º 0.82% 0.35% -
HSV(B) 249.32º 0.9% 0.64% -
XYZ 7.72 3.48 35.39 -
YUV 39.75 198.12 127.47 -
System Red Green Blue C M Y K H S L
Decimal 39 16 164 0.76 0.90 0 0.36 249.32 0.82 0.35
Hex 27 10 A4 4C 5A 0 24 F9 52 23
Octal 47 20 244 114 132 0 44 371 122 43
Binary 100111 10000 10100100 1001100 1011010 0 100100 11111001 1010010 100011

Color Harmonies of #2710A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2710A4

Black with #2710A4

Text Example


Text Example

White with #2710A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2710A4; }

 p { color: rgb(39,16,164); }

 H1.HeaderClassName
 {
   color: #2710A4;
 }
 .AnyTagClassName
 {
   color: #2710A4;
 }
</style>

background-color css

<style>
 a { background-color: #2710A4; }

 a { background-color: rgb(39,16,164); }

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

border-color css

<style>
 span { border-color: #2710A4; }

 span { border-color: rgb(39,16,164); }

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