Html Css Color HEX #242696 Ultramarine

📋 copy color: '#242696'

red 36 ◦ green 38 ◦ blue 150

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

Shades of Ultramarine #242696

Tints of Ultramarine #242696

RGB

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

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

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

R = 16.07%
G = 16.96%
B = 66.96%

CMYK

 C value IS 0.76

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#242696 (or 0x242696) is known color: Ultramarine. HEX triplet: 24, 26 and 96. RGB value is (36,38,150). Sum of RGB (Red+Green+Blue) = 36+38+150=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 150 (58.98% from 255 or 66.96% from 224); Max value from RGB is 150 - color contains mainly: blue. Hex color #242696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242696 is #DBD969. Grayscale: #313131. Windows color (decimal): -14408042 or 9840164. OLE color: 9840164.

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

Color convert

RGB 36 38 150 -
CMYK 0.76 0.75 0 0.41
HSL 238.95º 0.61% 0.36% -
HSV(B) 238.95º 0.76% 0.59% -
XYZ 6.93 3.96 29.25 -
YUV 50.17 184.34 117.89 -
System Red Green Blue C M Y K H S L
Decimal 36 38 150 0.76 0.75 0 0.41 238.95 0.61 0.36
Hex 24 26 96 4C 4B 0 29 EF 3D 24
Octal 44 46 226 114 113 0 51 357 75 44
Binary 100100 100110 10010110 1001100 1001011 0 101001 11101111 111101 100100

Color Harmonies of #242696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242696

Black with #242696

Text Example


Text Example

White with #242696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242696; }

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

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

background-color css

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

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

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

border-color css

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

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

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