Html Css Color HEX #293066 Deep Koamaru

📋 copy color: '#293066'

red 41 ◦ green 48 ◦ blue 102

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

Shades of Deep Koamaru #293066

Tints of Deep Koamaru #293066

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.13%

 BLUE value IS 102 (40.23% from 255) = 53.4%

R = 21.47%
G = 25.13%
B = 53.4%

CMYK

 C value IS 0.60

 M value IS 0.53

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#293066 (or 0x293066) is known color: Deep Koamaru. HEX triplet: 29, 30 and 66. RGB value is (41,48,102). Sum of RGB (Red+Green+Blue) = 41+48+102=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 102 (40.23% from 255 or 53.40% from 191); Max value from RGB is 102 - color contains mainly: blue. Hex color #293066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293066 is #D6CF99. Grayscale: #333333. Windows color (decimal): -14077850 or 6697001. OLE color: 6697001.

HSL color Cylindrical-coordinate representation of color #293066: hue angle of 233.11º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #293066 is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 41 48 102 -
CMYK 0.60 0.53 0 0.6
HSL 233.11º 0.43% 0.28% -
HSV(B) 233.11º 0.6% 0.4% -
XYZ 4.37 3.54 13.02 -
YUV 52.06 156.18 120.11 -
System Red Green Blue C M Y K H S L
Decimal 41 48 102 0.60 0.53 0 0.6 233.11 0.43 0.28
Hex 29 30 66 3C 35 0 3C E9 2B 1C
Octal 51 60 146 74 65 0 74 351 53 34
Binary 101001 110000 1100110 111100 110101 0 111100 11101001 101011 11100

Color Harmonies of #293066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293066

Black with #293066

Text Example


Text Example

White with #293066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293066; }

 p { color: rgb(41,48,102); }

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

background-color css

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

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

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

border-color css

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

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

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