Html Css Color HEX #292B68 Deep Koamaru

📋 copy color: '#292B68'

red 41 ◦ green 43 ◦ blue 104

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

Shades of Deep Koamaru #292B68

Tints of Deep Koamaru #292B68

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.87%

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

R = 21.81%
G = 22.87%
B = 55.32%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#292B68 (or 0x292B68) is known color: Deep Koamaru. HEX triplet: 29, 2B and 68. RGB value is (41,43,104). Sum of RGB (Red+Green+Blue) = 41+43+104=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #292B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292B68 is #D6D497. Grayscale: #313131. Windows color (decimal): -14079128 or 6826793. OLE color: 6826793.

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

Color convert

RGB 41 43 104 -
CMYK 0.61 0.59 0 0.59
HSL 238.1º 0.43% 0.28% -
HSV(B) 238.1º 0.61% 0.41% -
XYZ 4.28 3.2 13.49 -
YUV 49.36 158.84 122.04 -
System Red Green Blue C M Y K H S L
Decimal 41 43 104 0.61 0.59 0 0.59 238.1 0.43 0.28
Hex 29 2B 68 3D 3B 0 3B EE 2B 1C
Octal 51 53 150 75 73 0 73 356 53 34
Binary 101001 101011 1101000 111101 111011 0 111011 11101110 101011 11100

Color Harmonies of #292B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292B68

Black with #292B68

Text Example


Text Example

White with #292B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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