Html Css Color HEX #250396 Ultramarine

📋 copy color: '#250396'

red 37 ◦ green 3 ◦ blue 150

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

Shades of Ultramarine #250396

Tints of Ultramarine #250396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 78.95%

R = 19.47%
G = 1.58%
B = 78.95%

CMYK

 C value IS 0.75

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#250396 (or 0x250396) is known color: Ultramarine. HEX triplet: 25, 03 and 96. RGB value is (37,3,150). Sum of RGB (Red+Green+Blue) = 37+3+150=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 150 (58.98% from 255 or 78.95% from 190); Max value from RGB is 150 - color contains mainly: blue. Hex color #250396 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250396 is #DAFC69. Grayscale: #1D1D1D. Windows color (decimal): -14351466 or 9831205. OLE color: 9831205.

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

Color convert

RGB 37 3 150 -
CMYK 0.75 0.98 0 0.41
HSL 253.88º 0.96% 0.3% -
HSV(B) 253.88º 0.98% 0.59% -
XYZ 6.3 2.66 29.04 -
YUV 29.92 195.76 133.05 -
System Red Green Blue C M Y K H S L
Decimal 37 3 150 0.75 0.98 0 0.41 253.88 0.96 0.3
Hex 25 3 96 4B 62 0 29 FE 60 1E
Octal 45 3 226 113 142 0 51 376 140 36
Binary 100101 11 10010110 1001011 1100010 0 101001 11111110 1100000 11110

Color Harmonies of #250396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250396

Black with #250396

Text Example


Text Example

White with #250396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250396; }

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

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

background-color css

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

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

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

border-color css

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

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

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