Html Css Color HEX #293266 Deep Koamaru

📋 copy color: '#293266'

red 41 ◦ green 50 ◦ blue 102

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

Shades of Deep Koamaru #293266

Tints of Deep Koamaru #293266

RGB

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

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

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

R = 21.24%
G = 25.91%
B = 52.85%

CMYK

 C value IS 0.60

 M value IS 0.51

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#293266 (or 0x293266) is known color: Deep Koamaru. HEX triplet: 29, 32 and 66. RGB value is (41,50,102). Sum of RGB (Red+Green+Blue) = 41+50+102=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 102 (40.23% from 255 or 52.85% from 193); Max value from RGB is 102 - color contains mainly: blue. Hex color #293266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293266 is #D6CD99. Grayscale: #353535. Windows color (decimal): -14077338 or 6697513. OLE color: 6697513.

HSL color Cylindrical-coordinate representation of color #293266: hue angle of 231.15º 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 #293266 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 41 50 102 -
CMYK 0.60 0.51 0 0.6
HSL 231.15º 0.43% 0.28% -
HSV(B) 231.15º 0.6% 0.4% -
XYZ 4.45 3.71 13.05 -
YUV 53.24 155.52 119.27 -
System Red Green Blue C M Y K H S L
Decimal 41 50 102 0.60 0.51 0 0.6 231.15 0.43 0.28
Hex 29 32 66 3C 33 0 3C E7 2B 1C
Octal 51 62 146 74 63 0 74 347 53 34
Binary 101001 110010 1100110 111100 110011 0 111100 11100111 101011 11100

Color Harmonies of #293266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293266

Black with #293266

Text Example


Text Example

White with #293266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293266; }

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

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

background-color css

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

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

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

border-color css

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

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

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