Html Css Color HEX #283555 Biscay

📋 copy color: '#283555'

red 40 ◦ green 53 ◦ blue 85

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

Shades of Biscay #283555

Tints of Biscay #283555

RGB

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

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

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

R = 22.47%
G = 29.78%
B = 47.75%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#283555 (or 0x283555) is known color: Biscay. HEX triplet: 28, 35 and 55. RGB value is (40,53,85). Sum of RGB (Red+Green+Blue) = 40+53+85=178 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.47% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: blue. Hex color #283555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283555 is #D7CAAA. Grayscale: #343434. Windows color (decimal): -14142123 or 5584168. OLE color: 5584168.

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

Color convert

RGB 40 53 85 -
CMYK 0.53 0.38 0 0.67
HSL 222.67º 0.36% 0.25% -
HSV(B) 222.67º 0.53% 0.33% -
XYZ 3.79 3.65 9.1 -
YUV 52.76 146.19 118.9 -
System Red Green Blue C M Y K H S L
Decimal 40 53 85 0.53 0.38 0 0.67 222.67 0.36 0.25
Hex 28 35 55 35 26 0 43 DF 24 19
Octal 50 65 125 65 46 0 103 337 44 31
Binary 101000 110101 1010101 110101 100110 0 1000011 11011111 100100 11001

Color Harmonies of #283555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283555

Black with #283555

Text Example


Text Example

White with #283555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283555; }

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

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

background-color css

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

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

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

border-color css

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

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

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