Html Css Color HEX #252399 Ultramarine

📋 copy color: '#252399'

red 37 ◦ green 35 ◦ blue 153

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

Shades of Ultramarine #252399

Tints of Ultramarine #252399

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.56%

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

R = 16.44%
G = 15.56%
B = 68%

CMYK

 C value IS 0.76

 M value IS 0.77

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#252399 (or 0x252399) is known color: Ultramarine. HEX triplet: 25, 23 and 99. RGB value is (37,35,153). Sum of RGB (Red+Green+Blue) = 37+35+153=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 153 (60.16% from 255 or 68% from 225); Max value from RGB is 153 - color contains mainly: blue. Hex color #252399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252399 is #DADC66. Grayscale: #303030. Windows color (decimal): -14343271 or 10036005. OLE color: 10036005.

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

Color convert

RGB 37 35 153 -
CMYK 0.76 0.77 0 0.4
HSL 241.02º 0.63% 0.37% -
HSV(B) 241.02º 0.77% 0.6% -
XYZ 7.11 3.9 30.51 -
YUV 49.05 186.66 119.41 -
System Red Green Blue C M Y K H S L
Decimal 37 35 153 0.76 0.77 0 0.4 241.02 0.63 0.37
Hex 25 23 99 4C 4D 0 28 F1 3F 25
Octal 45 43 231 114 115 0 50 361 77 45
Binary 100101 100011 10011001 1001100 1001101 0 101000 11110001 111111 100101

Color Harmonies of #252399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252399

Black with #252399

Text Example


Text Example

White with #252399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252399; }

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

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

background-color css

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

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

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

border-color css

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

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

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