Html Css Color HEX #283559 Biscay

📋 copy color: '#283559'

red 40 ◦ green 53 ◦ blue 89

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

Shades of Biscay #283559

Tints of Biscay #283559

RGB

 RED value IS 40 (16.02% from 255) = 21.98%

 GREEN value IS 53 (21.09% from 255) = 29.12%

 BLUE value IS 89 (35.16% from 255) = 48.9%

R = 21.98%
G = 29.12%
B = 48.9%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#283559 (or 0x283559) is known color: Biscay. HEX triplet: 28, 35 and 59. RGB value is (40,53,89). Sum of RGB (Red+Green+Blue) = 40+53+89=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #283559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283559 is #D7CAA6. Grayscale: #353535. Windows color (decimal): -14142119 or 5846312. OLE color: 5846312.

HSL color Cylindrical-coordinate representation of color #283559: hue angle of 224.08º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #283559 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 53 89 -
CMYK 0.55 0.40 0 0.65
HSL 224.08º 0.38% 0.25% -
HSV(B) 224.08º 0.55% 0.35% -
XYZ 3.95 3.72 9.96 -
YUV 53.22 148.19 118.57 -
System Red Green Blue C M Y K H S L
Decimal 40 53 89 0.55 0.40 0 0.65 224.08 0.38 0.25
Hex 28 35 59 37 28 0 41 E0 26 19
Octal 50 65 131 67 50 0 101 340 46 31
Binary 101000 110101 1011001 110111 101000 0 1000001 11100000 100110 11001

Color Harmonies of #283559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283559

Black with #283559

Text Example


Text Example

White with #283559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283559; }

 p { color: rgb(40,53,89); }

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

background-color css

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

 a { background-color: rgb(40,53,89); }

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

border-color css

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

 span { border-color: rgb(40,53,89); }

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