Html Css Color HEX #293652 Biscay

📋 copy color: '#293652'

red 41 ◦ green 54 ◦ blue 82

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

Shades of Biscay #293652

Tints of Biscay #293652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 46.33%

R = 23.16%
G = 30.51%
B = 46.33%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#293652 (or 0x293652) is known color: Biscay. HEX triplet: 29, 36 and 52. RGB value is (41,54,82). Sum of RGB (Red+Green+Blue) = 41+54+82=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 82 (32.42% from 255 or 46.33% from 177); Max value from RGB is 82 - color contains mainly: blue. Hex color #293652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293652 is #D6C9AD. Grayscale: #353535. Windows color (decimal): -14076334 or 5387817. OLE color: 5387817.

HSL color Cylindrical-coordinate representation of color #293652: hue angle of 220.98º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #293652 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 41 54 82 -
CMYK 0.50 0.34 0 0.68
HSL 220.98º 0.33% 0.24% -
HSV(B) 220.98º 0.5% 0.32% -
XYZ 3.76 3.72 8.5 -
YUV 53.31 144.19 119.22 -
System Red Green Blue C M Y K H S L
Decimal 41 54 82 0.50 0.34 0 0.68 220.98 0.33 0.24
Hex 29 36 52 32 22 0 44 DD 21 18
Octal 51 66 122 62 42 0 104 335 41 30
Binary 101001 110110 1010010 110010 100010 0 1000100 11011101 100001 11000

Color Harmonies of #293652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293652

Black with #293652

Text Example


Text Example

White with #293652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293652; }

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

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

background-color css

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

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

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

border-color css

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

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

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