Html Css Color HEX #252298 Ultramarine

📋 copy color: '#252298'

red 37 ◦ green 34 ◦ blue 152

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

Shades of Ultramarine #252298

Tints of Ultramarine #252298

RGB

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

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

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

R = 16.59%
G = 15.25%
B = 68.16%

CMYK

 C value IS 0.76

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#252298 (or 0x252298) is known color: Ultramarine. HEX triplet: 25, 22 and 98. RGB value is (37,34,152). Sum of RGB (Red+Green+Blue) = 37+34+152=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 152 (59.77% from 255 or 68.16% from 223); Max value from RGB is 152 - color contains mainly: blue. Hex color #252298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252298 is #DADD67. Grayscale: #2F2F2F. Windows color (decimal): -14343528 or 9970213. OLE color: 9970213.

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

Color convert

RGB 37 34 152 -
CMYK 0.76 0.78 0 0.40
HSL 241.53º 0.63% 0.36% -
HSV(B) 241.53º 0.78% 0.6% -
XYZ 7 3.8 30.07 -
YUV 48.35 186.49 119.91 -
System Red Green Blue C M Y K H S L
Decimal 37 34 152 0.76 0.78 0 0.40 241.53 0.63 0.36
Hex 25 22 98 4C 4E 0 28 F2 3F 24
Octal 45 42 230 114 116 0 50 362 77 44
Binary 100101 100010 10011000 1001100 1001110 0 101000 11110010 111111 100100

Color Harmonies of #252298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252298

Black with #252298

Text Example


Text Example

White with #252298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252298; }

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

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

background-color css

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

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

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

border-color css

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

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

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