Html Css Color HEX #240295 Ultramarine

📋 copy color: '#240295'

red 36 ◦ green 2 ◦ blue 149

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

Shades of Ultramarine #240295

Tints of Ultramarine #240295

RGB

 RED value IS 36 (14.45% from 255) = 19.25%

 GREEN value IS 2 (1.17% from 255) = 1.07%

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

R = 19.25%
G = 1.07%
B = 79.68%

CMYK

 C value IS 0.76

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#240295 (or 0x240295) is known color: Ultramarine. HEX triplet: 24, 02 and 95. RGB value is (36,2,149). Sum of RGB (Red+Green+Blue) = 36+2+149=187 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.25% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 149 (58.59% from 255 or 79.68% from 187); Max value from RGB is 149 - color contains mainly: blue. Hex color #240295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240295 is #DBFD6A. Grayscale: #1C1C1C. Windows color (decimal): -14417259 or 9765412. OLE color: 9765412.

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

Color convert

RGB 36 2 149 -
CMYK 0.76 0.99 0 0.42
HSL 253.88º 0.97% 0.3% -
HSV(B) 253.88º 0.99% 0.58% -
XYZ 6.17 2.59 28.61 -
YUV 28.92 195.76 133.05 -
System Red Green Blue C M Y K H S L
Decimal 36 2 149 0.76 0.99 0 0.42 253.88 0.97 0.3
Hex 24 2 95 4C 63 0 2A FE 61 1E
Octal 44 2 225 114 143 0 52 376 141 36
Binary 100100 10 10010101 1001100 1100011 0 101010 11111110 1100001 11110

Color Harmonies of #240295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240295

Black with #240295

Text Example


Text Example

White with #240295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240295; }

 p { color: rgb(36,2,149); }

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

background-color css

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

 a { background-color: rgb(36,2,149); }

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

border-color css

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

 span { border-color: rgb(36,2,149); }

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