Html Css Color HEX #252197 Ultramarine

📋 copy color: '#252197'

red 37 ◦ green 33 ◦ blue 151

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

Shades of Ultramarine #252197

Tints of Ultramarine #252197

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.93%

 BLUE value IS 151 (59.38% from 255) = 68.33%

R = 16.74%
G = 14.93%
B = 68.33%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#252197 (or 0x252197) is known color: Ultramarine. HEX triplet: 25, 21 and 97. RGB value is (37,33,151). Sum of RGB (Red+Green+Blue) = 37+33+151=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 151 (59.38% from 255 or 68.33% from 221); Max value from RGB is 151 - color contains mainly: blue. Hex color #252197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252197 is #DADE68. Grayscale: #2F2F2F. Windows color (decimal): -14343785 or 9904421. OLE color: 9904421.

HSL color Cylindrical-coordinate representation of color #252197: hue angle of 242.03º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #252197 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 37 33 151 -
CMYK 0.75 0.78 0 0.41
HSL 242.03º 0.64% 0.36% -
HSV(B) 242.03º 0.78% 0.59% -
XYZ 6.89 3.72 29.63 -
YUV 47.65 186.33 120.41 -
System Red Green Blue C M Y K H S L
Decimal 37 33 151 0.75 0.78 0 0.41 242.03 0.64 0.36
Hex 25 21 97 4B 4E 0 29 F2 40 24
Octal 45 41 227 113 116 0 51 362 100 44
Binary 100101 100001 10010111 1001011 1001110 0 101001 11110010 1000000 100100

Color Harmonies of #252197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252197

Black with #252197

Text Example


Text Example

White with #252197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252197; }

 p { color: rgb(37,33,151); }

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

background-color css

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

 a { background-color: rgb(37,33,151); }

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

border-color css

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

 span { border-color: rgb(37,33,151); }

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