Html Css Color HEX #292B77 Deep Koamaru

📋 copy color: '#292B77'

red 41 ◦ green 43 ◦ blue 119

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

Shades of Deep Koamaru #292B77

Tints of Deep Koamaru #292B77

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.18%

 BLUE value IS 119 (46.88% from 255) = 58.62%

R = 20.2%
G = 21.18%
B = 58.62%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#292B77 (or 0x292B77) is known color: Deep Koamaru. HEX triplet: 29, 2B and 77. RGB value is (41,43,119). Sum of RGB (Red+Green+Blue) = 41+43+119=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #292B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292B77 is #D6D488. Grayscale: #323232. Windows color (decimal): -14079113 or 7809833. OLE color: 7809833.

HSL color Cylindrical-coordinate representation of color #292B77: hue angle of 238.46º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #292B77 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 43 119 -
CMYK 0.66 0.64 0 0.53
HSL 238.46º 0.49% 0.31% -
HSV(B) 238.46º 0.66% 0.47% -
XYZ 5.11 3.53 17.87 -
YUV 51.07 166.34 120.82 -
System Red Green Blue C M Y K H S L
Decimal 41 43 119 0.66 0.64 0 0.53 238.46 0.49 0.31
Hex 29 2B 77 42 40 0 35 EE 31 1F
Octal 51 53 167 102 100 0 65 356 61 37
Binary 101001 101011 1110111 1000010 1000000 0 110101 11101110 110001 11111

Color Harmonies of #292B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292B77

Black with #292B77

Text Example


Text Example

White with #292B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,43,119); }

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

background-color css

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

 a { background-color: rgb(41,43,119); }

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

border-color css

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

 span { border-color: rgb(41,43,119); }

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