Html Css Color HEX #293168 Deep Koamaru

📋 copy color: '#293168'

red 41 ◦ green 49 ◦ blue 104

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

Shades of Deep Koamaru #293168

Tints of Deep Koamaru #293168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 53.61%

R = 21.13%
G = 25.26%
B = 53.61%

CMYK

 C value IS 0.61

 M value IS 0.53

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#293168 (or 0x293168) is known color: Deep Koamaru. HEX triplet: 29, 31 and 68. RGB value is (41,49,104). Sum of RGB (Red+Green+Blue) = 41+49+104=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #293168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293168 is #D6CE97. Grayscale: #343434. Windows color (decimal): -14077592 or 6828329. OLE color: 6828329.

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

Color convert

RGB 41 49 104 -
CMYK 0.61 0.53 0 0.59
HSL 232.38º 0.43% 0.28% -
HSV(B) 232.38º 0.61% 0.41% -
XYZ 4.51 3.67 13.57 -
YUV 52.88 156.85 119.53 -
System Red Green Blue C M Y K H S L
Decimal 41 49 104 0.61 0.53 0 0.59 232.38 0.43 0.28
Hex 29 31 68 3D 35 0 3B E8 2B 1C
Octal 51 61 150 75 65 0 73 350 53 34
Binary 101001 110001 1101000 111101 110101 0 111011 11101000 101011 11100

Color Harmonies of #293168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293168

Black with #293168

Text Example


Text Example

White with #293168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293168; }

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

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

background-color css

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

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

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

border-color css

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

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

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