Html Css Color HEX #292D63 Deep Koamaru

📋 copy color: '#292D63'

red 41 ◦ green 45 ◦ blue 99

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

Shades of Deep Koamaru #292D63

Tints of Deep Koamaru #292D63

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.32%

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

R = 22.16%
G = 24.32%
B = 53.51%

CMYK

 C value IS 0.59

 M value IS 0.55

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#292D63 (or 0x292D63) is known color: Deep Koamaru. HEX triplet: 29, 2D and 63. RGB value is (41,45,99). Sum of RGB (Red+Green+Blue) = 41+45+99=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #292D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292D63 is #D6D29C. Grayscale: #313131. Windows color (decimal): -14078621 or 6499625. OLE color: 6499625.

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

Color convert

RGB 41 45 99 -
CMYK 0.59 0.55 0 0.61
HSL 235.86º 0.41% 0.27% -
HSV(B) 235.86º 0.59% 0.39% -
XYZ 4.1 3.25 12.22 -
YUV 49.96 155.67 121.61 -
System Red Green Blue C M Y K H S L
Decimal 41 45 99 0.59 0.55 0 0.61 235.86 0.41 0.27
Hex 29 2D 63 3B 37 0 3D EC 29 1B
Octal 51 55 143 73 67 0 75 354 51 33
Binary 101001 101101 1100011 111011 110111 0 111101 11101100 101001 11011

Color Harmonies of #292D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292D63

Black with #292D63

Text Example


Text Example

White with #292D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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