Html Css Color HEX #292963 Deep Koamaru

📋 copy color: '#292963'

red 41 ◦ green 41 ◦ blue 99

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

Shades of Deep Koamaru #292963

Tints of Deep Koamaru #292963

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.65%

 BLUE value IS 99 (39.06% from 255) = 54.7%

R = 22.65%
G = 22.65%
B = 54.7%

CMYK

 C value IS 0.59

 M value IS 0.59

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#292963 (or 0x292963) is known color: Deep Koamaru. HEX triplet: 29, 29 and 63. RGB value is (41,41,99). Sum of RGB (Red+Green+Blue) = 41+41+99=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 99 (39.06% from 255 or 54.70% from 181); Max value from RGB is 99 - color contains mainly: blue. Hex color #292963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292963 is #D6D69C. Grayscale: #2F2F2F. Windows color (decimal): -14079645 or 6498601. OLE color: 6498601.

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

Color convert

RGB 41 41 99 -
CMYK 0.59 0.59 0 0.61
HSL 240º 0.41% 0.27% -
HSV(B) 240º 0.59% 0.39% -
XYZ 3.96 2.96 12.17 -
YUV 47.61 157 123.28 -
System Red Green Blue C M Y K H S L
Decimal 41 41 99 0.59 0.59 0 0.61 240 0.41 0.27
Hex 29 29 63 3B 3B 0 3D F0 29 1B
Octal 51 51 143 73 73 0 75 360 51 33
Binary 101001 101001 1100011 111011 111011 0 111101 11110000 101001 11011

Color Harmonies of #292963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292963

Black with #292963

Text Example


Text Example

White with #292963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292963; }

 p { color: rgb(41,41,99); }

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

background-color css

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

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

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

border-color css

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

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

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