Html Css Color HEX #2517AA Ultramarine

📋 copy color: '#2517AA'

red 37 ◦ green 23 ◦ blue 170

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

Shades of Ultramarine #2517AA

Tints of Ultramarine #2517AA

RGB

 RED value IS 37 (14.84% from 255) = 16.09%

 GREEN value IS 23 (9.38% from 255) = 10%

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

R = 16.09%
G = 10%
B = 73.91%

CMYK

 C value IS 0.78

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2517AA (or 0x2517AA) is known color: Ultramarine. HEX triplet: 25, 17 and AA. RGB value is (37,23,170). Sum of RGB (Red+Green+Blue) = 37+23+170=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 23 (9.38% from 255 or 10% 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 #2517AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2517AA is #DAE855. Grayscale: #2B2B2B. Windows color (decimal): -14346326 or 11147045. OLE color: 11147045.

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

Color convert

RGB 37 23 170 -
CMYK 0.78 0.86 0 0.33
HSL 245.71º 0.76% 0.38% -
HSV(B) 245.71º 0.86% 0.67% -
XYZ 8.33 3.91 38.35 -
YUV 43.94 199.14 123.05 -
System Red Green Blue C M Y K H S L
Decimal 37 23 170 0.78 0.86 0 0.33 245.71 0.76 0.38
Hex 25 17 AA 4E 56 0 21 F6 4C 26
Octal 45 27 252 116 126 0 41 366 114 46
Binary 100101 10111 10101010 1001110 1010110 0 100001 11110110 1001100 100110

Color Harmonies of #2517AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2517AA

Black with #2517AA

Text Example


Text Example

White with #2517AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,23,170); }

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

background-color css

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

 a { background-color: rgb(37,23,170); }

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

border-color css

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

 span { border-color: rgb(37,23,170); }

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