Html Css Color HEX #293268 Deep Koamaru

📋 copy color: '#293268'

red 41 ◦ green 50 ◦ blue 104

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

Shades of Deep Koamaru #293268

Tints of Deep Koamaru #293268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.64%

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

R = 21.03%
G = 25.64%
B = 53.33%

CMYK

 C value IS 0.61

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#293268 (or 0x293268) is known color: Deep Koamaru. HEX triplet: 29, 32 and 68. RGB value is (41,50,104). Sum of RGB (Red+Green+Blue) = 41+50+104=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 104 (41.02% from 255 or 53.33% from 195); Max value from RGB is 104 - color contains mainly: blue. Hex color #293268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293268 is #D6CD97. Grayscale: #353535. Windows color (decimal): -14077336 or 6828585. OLE color: 6828585.

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

Color convert

RGB 41 50 104 -
CMYK 0.61 0.52 0 0.59
HSL 231.43º 0.43% 0.28% -
HSV(B) 231.43º 0.61% 0.41% -
XYZ 4.55 3.75 13.58 -
YUV 53.47 156.52 119.11 -
System Red Green Blue C M Y K H S L
Decimal 41 50 104 0.61 0.52 0 0.59 231.43 0.43 0.28
Hex 29 32 68 3D 34 0 3B E7 2B 1C
Octal 51 62 150 75 64 0 73 347 53 34
Binary 101001 110010 1101000 111101 110100 0 111011 11100111 101011 11100

Color Harmonies of #293268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293268

Black with #293268

Text Example


Text Example

White with #293268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293268; }

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

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

background-color css

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

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

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

border-color css

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

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

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