Html Css Color HEX #242195 Ultramarine

📋 copy color: '#242195'

red 36 ◦ green 33 ◦ blue 149

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

Shades of Ultramarine #242195

Tints of Ultramarine #242195

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.14%

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

R = 16.51%
G = 15.14%
B = 68.35%

CMYK

 C value IS 0.76

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#242195 (or 0x242195) is known color: Ultramarine. HEX triplet: 24, 21 and 95. RGB value is (36,33,149). Sum of RGB (Red+Green+Blue) = 36+33+149=218 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.51% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 149 (58.59% from 255 or 68.35% from 218); Max value from RGB is 149 - color contains mainly: blue. Hex color #242195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242195 is #DBDE6A. Grayscale: #2E2E2E. Windows color (decimal): -14409323 or 9773348. OLE color: 9773348.

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

Color convert

RGB 36 33 149 -
CMYK 0.76 0.78 0 0.42
HSL 241.55º 0.64% 0.36% -
HSV(B) 241.55º 0.78% 0.58% -
XYZ 6.7 3.63 28.78 -
YUV 47.12 185.49 120.07 -
System Red Green Blue C M Y K H S L
Decimal 36 33 149 0.76 0.78 0 0.42 241.55 0.64 0.36
Hex 24 21 95 4C 4E 0 2A F2 40 24
Octal 44 41 225 114 116 0 52 362 100 44
Binary 100100 100001 10010101 1001100 1001110 0 101010 11110010 1000000 100100

Color Harmonies of #242195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242195

Black with #242195

Text Example


Text Example

White with #242195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242195; }

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

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

background-color css

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

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

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

border-color css

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

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

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