Html Css Color HEX #252498 Ultramarine

📋 copy color: '#252498'

red 37 ◦ green 36 ◦ blue 152

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

Shades of Ultramarine #252498

Tints of Ultramarine #252498

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16%

 BLUE value IS 152 (59.77% from 255) = 67.56%

R = 16.44%
G = 16%
B = 67.56%

CMYK

 C value IS 0.76

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#252498 (or 0x252498) is known color: Ultramarine. HEX triplet: 25, 24 and 98. RGB value is (37,36,152). Sum of RGB (Red+Green+Blue) = 37+36+152=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 152 (59.77% from 255 or 67.56% from 225); Max value from RGB is 152 - color contains mainly: blue. Hex color #252498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252498 is #DADB67. Grayscale: #313131. Windows color (decimal): -14343016 or 9970725. OLE color: 9970725.

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

Color convert

RGB 37 36 152 -
CMYK 0.76 0.76 0 0.40
HSL 240.52º 0.62% 0.37% -
HSV(B) 240.52º 0.76% 0.6% -
XYZ 7.06 3.92 30.09 -
YUV 49.52 185.83 119.07 -
System Red Green Blue C M Y K H S L
Decimal 37 36 152 0.76 0.76 0 0.40 240.52 0.62 0.37
Hex 25 24 98 4C 4C 0 28 F1 3E 25
Octal 45 44 230 114 114 0 50 361 76 45
Binary 100101 100100 10011000 1001100 1001100 0 101000 11110001 111110 100101

Color Harmonies of #252498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252498

Black with #252498

Text Example


Text Example

White with #252498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252498; }

 p { color: rgb(37,36,152); }

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

background-color css

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

 a { background-color: rgb(37,36,152); }

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

border-color css

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

 span { border-color: rgb(37,36,152); }

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