Html Css Color HEX #283554 Biscay

📋 copy color: '#283554'

red 40 ◦ green 53 ◦ blue 84

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

Shades of Biscay #283554

Tints of Biscay #283554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 47.46%

R = 22.6%
G = 29.94%
B = 47.46%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#283554 (or 0x283554) is known color: Biscay. HEX triplet: 28, 35 and 54. RGB value is (40,53,84). Sum of RGB (Red+Green+Blue) = 40+53+84=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 84 (33.20% from 255 or 47.46% from 177); Max value from RGB is 84 - color contains mainly: blue. Hex color #283554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283554 is #D7CAAB. Grayscale: #343434. Windows color (decimal): -14142124 or 5518632. OLE color: 5518632.

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

Color convert

RGB 40 53 84 -
CMYK 0.52 0.37 0 0.67
HSL 222.27º 0.35% 0.24% -
HSV(B) 222.27º 0.52% 0.33% -
XYZ 3.75 3.64 8.89 -
YUV 52.65 145.69 118.98 -
System Red Green Blue C M Y K H S L
Decimal 40 53 84 0.52 0.37 0 0.67 222.27 0.35 0.24
Hex 28 35 54 34 25 0 43 DE 23 18
Octal 50 65 124 64 45 0 103 336 43 30
Binary 101000 110101 1010100 110100 100101 0 1000011 11011110 100011 11000

Color Harmonies of #283554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283554

Black with #283554

Text Example


Text Example

White with #283554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283554; }

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

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

background-color css

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

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

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

border-color css

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

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

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