Html Css Color HEX #293463 Bay Of Many

📋 copy color: '#293463'

red 41 ◦ green 52 ◦ blue 99

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

Shades of Bay Of Many #293463

Tints of Bay Of Many #293463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.08%

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

R = 21.35%
G = 27.08%
B = 51.56%

CMYK

 C value IS 0.59

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#293463 (or 0x293463) is known color: Bay Of Many. HEX triplet: 29, 34 and 63. RGB value is (41,52,99). Sum of RGB (Red+Green+Blue) = 41+52+99=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #293463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293463 is #D6CB9C. Grayscale: #353535. Windows color (decimal): -14076829 or 6501417. OLE color: 6501417.

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

Color convert

RGB 41 52 99 -
CMYK 0.59 0.47 0 0.61
HSL 228.62º 0.41% 0.27% -
HSV(B) 228.62º 0.59% 0.39% -
XYZ 4.39 3.83 12.31 -
YUV 54.07 153.36 118.68 -
System Red Green Blue C M Y K H S L
Decimal 41 52 99 0.59 0.47 0 0.61 228.62 0.41 0.27
Hex 29 34 63 3B 2F 0 3D E5 29 1B
Octal 51 64 143 73 57 0 75 345 51 33
Binary 101001 110100 1100011 111011 101111 0 111101 11100101 101001 11011

Color Harmonies of #293463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293463

Black with #293463

Text Example


Text Example

White with #293463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293463; }

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

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

background-color css

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

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

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

border-color css

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

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

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