Html Css Color HEX #242695 Ultramarine

📋 copy color: '#242695'

red 36 ◦ green 38 ◦ blue 149

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

Shades of Ultramarine #242695

Tints of Ultramarine #242695

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.04%

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

R = 16.14%
G = 17.04%
B = 66.82%

CMYK

 C value IS 0.76

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#242695 (or 0x242695) is known color: Ultramarine. HEX triplet: 24, 26 and 95. RGB value is (36,38,149). Sum of RGB (Red+Green+Blue) = 36+38+149=223 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.14% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 149 (58.59% from 255 or 66.82% from 223); Max value from RGB is 149 - color contains mainly: blue. Hex color #242695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242695 is #DBD96A. Grayscale: #313131. Windows color (decimal): -14408043 or 9774628. OLE color: 9774628.

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

Color convert

RGB 36 38 149 -
CMYK 0.76 0.74 0 0.42
HSL 238.94º 0.61% 0.36% -
HSV(B) 238.94º 0.76% 0.58% -
XYZ 6.85 3.93 28.83 -
YUV 50.06 183.84 117.97 -
System Red Green Blue C M Y K H S L
Decimal 36 38 149 0.76 0.74 0 0.42 238.94 0.61 0.36
Hex 24 26 95 4C 4A 0 2A EF 3D 24
Octal 44 46 225 114 112 0 52 357 75 44
Binary 100100 100110 10010101 1001100 1001010 0 101010 11101111 111101 100100

Color Harmonies of #242695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242695

Black with #242695

Text Example


Text Example

White with #242695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242695; }

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

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

background-color css

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

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

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

border-color css

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

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

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