Html Css Color HEX #293655 Biscay

📋 copy color: '#293655'

red 41 ◦ green 54 ◦ blue 85

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

Shades of Biscay #293655

Tints of Biscay #293655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 47.22%

R = 22.78%
G = 30%
B = 47.22%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#293655 (or 0x293655) is known color: Biscay. HEX triplet: 29, 36 and 55. RGB value is (41,54,85). Sum of RGB (Red+Green+Blue) = 41+54+85=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 85 (33.59% from 255 or 47.22% from 180); Max value from RGB is 85 - color contains mainly: blue. Hex color #293655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293655 is #D6C9AA. Grayscale: #353535. Windows color (decimal): -14076331 or 5584425. OLE color: 5584425.

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

Color convert

RGB 41 54 85 -
CMYK 0.52 0.36 0 0.67
HSL 222.27º 0.35% 0.25% -
HSV(B) 222.27º 0.52% 0.33% -
XYZ 3.87 3.77 9.12 -
YUV 53.65 145.69 118.98 -
System Red Green Blue C M Y K H S L
Decimal 41 54 85 0.52 0.36 0 0.67 222.27 0.35 0.25
Hex 29 36 55 34 24 0 43 DE 23 19
Octal 51 66 125 64 44 0 103 336 43 31
Binary 101001 110110 1010101 110100 100100 0 1000011 11011110 100011 11001

Color Harmonies of #293655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293655

Black with #293655

Text Example


Text Example

White with #293655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293655; }

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

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

background-color css

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

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

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

border-color css

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

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

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