Html Css Color HEX #292C76 Deep Koamaru

📋 copy color: '#292C76'

red 41 ◦ green 44 ◦ blue 118

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

Shades of Deep Koamaru #292C76

Tints of Deep Koamaru #292C76

RGB

 RED value IS 41 (16.41% from 255) = 20.2%

 GREEN value IS 44 (17.58% from 255) = 21.67%

 BLUE value IS 118 (46.48% from 255) = 58.13%

R = 20.2%
G = 21.67%
B = 58.13%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#292C76 (or 0x292C76) is known color: Deep Koamaru. HEX triplet: 29, 2C and 76. RGB value is (41,44,118). Sum of RGB (Red+Green+Blue) = 41+44+118=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #292C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292C76 is #D6D389. Grayscale: #333333. Windows color (decimal): -14078858 or 7744553. OLE color: 7744553.

HSL color Cylindrical-coordinate representation of color #292C76: hue angle of 237.66º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #292C76 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 44 118 -
CMYK 0.65 0.63 0 0.54
HSL 237.66º 0.48% 0.31% -
HSV(B) 237.66º 0.65% 0.46% -
XYZ 5.09 3.58 17.56 -
YUV 51.54 165.51 120.48 -
System Red Green Blue C M Y K H S L
Decimal 41 44 118 0.65 0.63 0 0.54 237.66 0.48 0.31
Hex 29 2C 76 41 3F 0 36 EE 30 1F
Octal 51 54 166 101 77 0 66 356 60 37
Binary 101001 101100 1110110 1000001 111111 0 110110 11101110 110000 11111

Color Harmonies of #292C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292C76

Black with #292C76

Text Example


Text Example

White with #292C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292C76; }

 p { color: rgb(41,44,118); }

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

background-color css

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

 a { background-color: rgb(41,44,118); }

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

border-color css

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

 span { border-color: rgb(41,44,118); }

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