Html Css Color HEX #280395 Ultramarine

📋 copy color: '#280395'

red 40 ◦ green 3 ◦ blue 149

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

Shades of Ultramarine #280395

Tints of Ultramarine #280395

RGB

 RED value IS 40 (16.02% from 255) = 20.83%

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

 BLUE value IS 149 (58.59% from 255) = 77.6%

R = 20.83%
G = 1.56%
B = 77.6%

CMYK

 C value IS 0.73

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#280395 (or 0x280395) is known color: Ultramarine. HEX triplet: 28, 03 and 95. RGB value is (40,3,149). Sum of RGB (Red+Green+Blue) = 40+3+149=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 149 (58.59% from 255 or 77.60% from 192); Max value from RGB is 149 - color contains mainly: blue. Hex color #280395 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280395 is #D7FC6A. Grayscale: #1E1E1E. Windows color (decimal): -14154859 or 9765672. OLE color: 9765672.

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

Color convert

RGB 40 3 149 -
CMYK 0.73 0.98 0 0.42
HSL 255.21º 0.96% 0.3% -
HSV(B) 255.21º 0.98% 0.58% -
XYZ 6.33 2.69 28.62 -
YUV 30.71 194.76 134.63 -
System Red Green Blue C M Y K H S L
Decimal 40 3 149 0.73 0.98 0 0.42 255.21 0.96 0.3
Hex 28 3 95 49 62 0 2A FF 60 1E
Octal 50 3 225 111 142 0 52 377 140 36
Binary 101000 11 10010101 1001001 1100010 0 101010 11111111 1100000 11110

Color Harmonies of #280395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280395

Black with #280395

Text Example


Text Example

White with #280395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280395; }

 p { color: rgb(40,3,149); }

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

background-color css

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

 a { background-color: rgb(40,3,149); }

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

border-color css

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

 span { border-color: rgb(40,3,149); }

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