Html Css Color HEX #252299 Ultramarine

📋 copy color: '#252299'

red 37 ◦ green 34 ◦ blue 153

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

Shades of Ultramarine #252299

Tints of Ultramarine #252299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.18%

 BLUE value IS 153 (60.16% from 255) = 68.3%

R = 16.52%
G = 15.18%
B = 68.3%

CMYK

 C value IS 0.76

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#252299 (or 0x252299) is known color: Ultramarine. HEX triplet: 25, 22 and 99. RGB value is (37,34,153). Sum of RGB (Red+Green+Blue) = 37+34+153=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #252299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252299 is #DADD66. Grayscale: #2F2F2F. Windows color (decimal): -14343527 or 10035749. OLE color: 10035749.

HSL color Cylindrical-coordinate representation of color #252299: hue angle of 241.51º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #252299 is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 37 34 153 -
CMYK 0.76 0.78 0 0.4
HSL 241.51º 0.64% 0.37% -
HSV(B) 241.51º 0.78% 0.6% -
XYZ 7.08 3.84 30.5 -
YUV 48.46 186.99 119.82 -
System Red Green Blue C M Y K H S L
Decimal 37 34 153 0.76 0.78 0 0.4 241.51 0.64 0.37
Hex 25 22 99 4C 4E 0 28 F2 40 25
Octal 45 42 231 114 116 0 50 362 100 45
Binary 100101 100010 10011001 1001100 1001110 0 101000 11110010 1000000 100101

Color Harmonies of #252299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252299

Black with #252299

Text Example


Text Example

White with #252299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252299; }

 p { color: rgb(37,34,153); }

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

background-color css

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

 a { background-color: rgb(37,34,153); }

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

border-color css

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

 span { border-color: rgb(37,34,153); }

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