Html Css Color HEX #2502AE Ultramarine

📋 copy color: '#2502AE'

red 37 ◦ green 2 ◦ blue 174

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

Shades of Ultramarine #2502AE

Tints of Ultramarine #2502AE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.94%

 BLUE value IS 174 (68.36% from 255) = 81.69%

R = 17.37%
G = 0.94%
B = 81.69%

CMYK

 C value IS 0.79

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2502AE (or 0x2502AE) is known color: Ultramarine. HEX triplet: 25, 02 and AE. RGB value is (37,2,174). Sum of RGB (Red+Green+Blue) = 37+2+174=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 174 (68.36% from 255 or 81.69% from 213); Max value from RGB is 174 - color contains mainly: blue. Hex color #2502AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2502AE is #DAFD51. Grayscale: #1F1F1F. Windows color (decimal): -14351698 or 11403813. OLE color: 11403813.

HSL color Cylindrical-coordinate representation of color #2502AE: hue angle of 252.21º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2502AE is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 2 174 -
CMYK 0.79 0.99 0 0.32
HSL 252.21º 0.98% 0.35% -
HSV(B) 252.21º 0.99% 0.68% -
XYZ 8.42 3.49 40.27 -
YUV 32.07 208.1 131.51 -
System Red Green Blue C M Y K H S L
Decimal 37 2 174 0.79 0.99 0 0.32 252.21 0.98 0.35
Hex 25 2 AE 4F 63 0 20 FC 62 23
Octal 45 2 256 117 143 0 40 374 142 43
Binary 100101 10 10101110 1001111 1100011 0 100000 11111100 1100010 100011

Color Harmonies of #2502AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2502AE

Black with #2502AE

Text Example


Text Example

White with #2502AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2502AE; }

 p { color: rgb(37,2,174); }

 H1.HeaderClassName
 {
   color: #2502AE;
 }
 .AnyTagClassName
 {
   color: #2502AE;
 }
</style>

background-color css

<style>
 a { background-color: #2502AE; }

 a { background-color: rgb(37,2,174); }

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

border-color css

<style>
 span { border-color: #2502AE; }

 span { border-color: rgb(37,2,174); }

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