#292D68

Color #292D68 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #292D68

Tints of Deep Koamaru #292D68

Color information

#292D68 (or 0x292D68) is unknown color: approx Deep Koamaru. HEX triplet: 29, 2D and 68. RGB value is (41,45,104). Sum of RGB (Red+Green+Blue) = 41+45+104=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #292D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292D68 is #D6D297. Grayscale: #323232. Windows color (decimal): -14078616 or 6827305. OLE color: 6827305.

HSL color Cylindrical-coordinate representation of color #292D68: hue angle of 236.19º 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 #292D68 is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4145104-
CMYK0.610.5700.59
HSL236.19º43.45%28.43%-
HSV(B)236.19º60.58%40.78%-
XYZ4.353.3513.51-
YUV50.53158.17121.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.58%
GREEN value IS 45 (17.97% from 255) = 23.68%
BLUE value IS 104 (41.02% from 255) = 54.74%
R=21.58%
G=23.68%
B=54.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41451040.610.5700.59236.1943.4528.43
Hex292D683D3903Bec2b1c
Octal515515075710733545334
Binary101001101101110100011110111100101110111110110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #292D68;
 }
 .AnyTagClassName
 {
   color: #292D68;
 }
</style>
background-color css

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

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

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

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

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

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