Html Css Color HEX #250398 Ultramarine

📋 copy color: '#250398'

red 37 ◦ green 3 ◦ blue 152

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

Shades of Ultramarine #250398

Tints of Ultramarine #250398

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.56%

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

R = 19.27%
G = 1.56%
B = 79.17%

CMYK

 C value IS 0.76

 M value IS 0.98

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#250398 (or 0x250398) is known color: Ultramarine. HEX triplet: 25, 03 and 98. RGB value is (37,3,152). Sum of RGB (Red+Green+Blue) = 37+3+152=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 152 (59.77% from 255 or 79.17% from 192); Max value from RGB is 152 - color contains mainly: blue. Hex color #250398 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250398 is #DAFC67. Grayscale: #1D1D1D. Windows color (decimal): -14351464 or 9962277. OLE color: 9962277.

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

Color convert

RGB 37 3 152 -
CMYK 0.76 0.98 0 0.40
HSL 253.69º 0.96% 0.3% -
HSV(B) 253.69º 0.98% 0.6% -
XYZ 6.46 2.73 29.89 -
YUV 30.15 196.76 132.88 -
System Red Green Blue C M Y K H S L
Decimal 37 3 152 0.76 0.98 0 0.40 253.69 0.96 0.3
Hex 25 3 98 4C 62 0 28 FE 60 1E
Octal 45 3 230 114 142 0 50 376 140 36
Binary 100101 11 10011000 1001100 1100010 0 101000 11111110 1100000 11110

Color Harmonies of #250398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250398

Black with #250398

Text Example


Text Example

White with #250398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250398; }

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

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

background-color css

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

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

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

border-color css

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

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

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