Html Css Color HEX #293162 Deep Koamaru

📋 copy color: '#293162'

red 41 ◦ green 49 ◦ blue 98

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

Shades of Deep Koamaru #293162

Tints of Deep Koamaru #293162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 52.13%

R = 21.81%
G = 26.06%
B = 52.13%

CMYK

 C value IS 0.58

 M value IS 0.5

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#293162 (or 0x293162) is known color: Deep Koamaru. HEX triplet: 29, 31 and 62. RGB value is (41,49,98). Sum of RGB (Red+Green+Blue) = 41+49+98=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #293162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293162 is #D6CE9D. Grayscale: #333333. Windows color (decimal): -14077598 or 6435113. OLE color: 6435113.

HSL color Cylindrical-coordinate representation of color #293162: hue angle of 231.58º 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 #293162 is Cyan = 0.58, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 49 98 -
CMYK 0.58 0.5 0 0.62
HSL 231.58º 0.41% 0.27% -
HSV(B) 231.58º 0.58% 0.38% -
XYZ 4.22 3.55 12.02 -
YUV 52.19 153.85 120.02 -
System Red Green Blue C M Y K H S L
Decimal 41 49 98 0.58 0.5 0 0.62 231.58 0.41 0.27
Hex 29 31 62 3A 32 0 3E E8 29 1B
Octal 51 61 142 72 62 0 76 350 51 33
Binary 101001 110001 1100010 111010 110010 0 111110 11101000 101001 11011

Color Harmonies of #293162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293162

Black with #293162

Text Example


Text Example

White with #293162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293162; }

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

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

background-color css

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

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

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

border-color css

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

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

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