Html Css Color HEX #283558 Biscay

📋 copy color: '#283558'

red 40 ◦ green 53 ◦ blue 88

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

Shades of Biscay #283558

Tints of Biscay #283558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 48.62%

R = 22.1%
G = 29.28%
B = 48.62%

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

#283558 (or 0x283558) is known color: Biscay. HEX triplet: 28, 35 and 58. RGB value is (40,53,88). Sum of RGB (Red+Green+Blue) = 40+53+88=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: blue. Hex color #283558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283558 is #D7CAA7. Grayscale: #343434. Windows color (decimal): -14142120 or 5780776. OLE color: 5780776.

HSL color Cylindrical-coordinate representation of color #283558: hue angle of 223.75º 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 #283558 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 53 88 -
CMYK 0.55 0.40 0 0.65
HSL 223.75º 0.38% 0.25% -
HSV(B) 223.75º 0.55% 0.35% -
XYZ 3.91 3.7 9.74 -
YUV 53.1 147.69 118.65 -
System Red Green Blue C M Y K H S L
Decimal 40 53 88 0.55 0.40 0 0.65 223.75 0.38 0.25
Hex 28 35 58 37 28 0 41 E0 26 19
Octal 50 65 130 67 50 0 101 340 46 31
Binary 101000 110101 1011000 110111 101000 0 1000001 11100000 100110 11001

Color Harmonies of #283558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283558

Black with #283558

Text Example


Text Example

White with #283558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283558; }

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

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

background-color css

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

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

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

border-color css

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

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

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