Html Css Color HEX #293653 Biscay

📋 copy color: '#293653'

red 41 ◦ green 54 ◦ blue 83

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

Shades of Biscay #293653

Tints of Biscay #293653

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.34%

 BLUE value IS 83 (32.81% from 255) = 46.63%

R = 23.03%
G = 30.34%
B = 46.63%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#293653 (or 0x293653) is known color: Biscay. HEX triplet: 29, 36 and 53. RGB value is (41,54,83). Sum of RGB (Red+Green+Blue) = 41+54+83=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 83 (32.81% from 255 or 46.63% from 178); Max value from RGB is 83 - color contains mainly: blue. Hex color #293653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293653 is #D6C9AC. Grayscale: #353535. Windows color (decimal): -14076333 or 5453353. OLE color: 5453353.

HSL color Cylindrical-coordinate representation of color #293653: hue angle of 221.43º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #293653 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 54 83 -
CMYK 0.51 0.35 0 0.67
HSL 221.43º 0.34% 0.24% -
HSV(B) 221.43º 0.51% 0.33% -
XYZ 3.79 3.73 8.7 -
YUV 53.42 144.69 119.14 -
System Red Green Blue C M Y K H S L
Decimal 41 54 83 0.51 0.35 0 0.67 221.43 0.34 0.24
Hex 29 36 53 33 23 0 43 DD 22 18
Octal 51 66 123 63 43 0 103 335 42 30
Binary 101001 110110 1010011 110011 100011 0 1000011 11011101 100010 11000

Color Harmonies of #293653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293653

Black with #293653

Text Example


Text Example

White with #293653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293653; }

 p { color: rgb(41,54,83); }

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

background-color css

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

 a { background-color: rgb(41,54,83); }

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

border-color css

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

 span { border-color: rgb(41,54,83); }

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