Html Css Color HEX #293161 Deep Koamaru

📋 copy color: '#293161'

red 41 ◦ green 49 ◦ blue 97

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

Shades of Deep Koamaru #293161

Tints of Deep Koamaru #293161

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.2%

 BLUE value IS 97 (38.28% from 255) = 51.87%

R = 21.93%
G = 26.2%
B = 51.87%

CMYK

 C value IS 0.58

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#293161 (or 0x293161) is known color: Deep Koamaru. HEX triplet: 29, 31 and 61. RGB value is (41,49,97). Sum of RGB (Red+Green+Blue) = 41+49+97=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #293161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293161 is #D6CE9E. Grayscale: #333333. Windows color (decimal): -14077599 or 6369577. OLE color: 6369577.

HSL color Cylindrical-coordinate representation of color #293161: hue angle of 231.43º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #293161 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 49 97 -
CMYK 0.58 0.49 0 0.62
HSL 231.43º 0.41% 0.27% -
HSV(B) 231.43º 0.58% 0.38% -
XYZ 4.17 3.53 11.77 -
YUV 52.08 153.35 120.1 -
System Red Green Blue C M Y K H S L
Decimal 41 49 97 0.58 0.49 0 0.62 231.43 0.41 0.27
Hex 29 31 61 3A 31 0 3E E7 29 1B
Octal 51 61 141 72 61 0 76 347 51 33
Binary 101001 110001 1100001 111010 110001 0 111110 11100111 101001 11011

Color Harmonies of #293161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293161

Black with #293161

Text Example


Text Example

White with #293161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293161; }

 p { color: rgb(41,49,97); }

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

background-color css

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

 a { background-color: rgb(41,49,97); }

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

border-color css

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

 span { border-color: rgb(41,49,97); }

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