Html Css Color HEX #285563 Arapawa

📋 copy color: '#285563'

red 40 ◦ green 85 ◦ blue 99

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

Shades of Arapawa #285563

Tints of Arapawa #285563

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.95%

 BLUE value IS 99 (39.06% from 255) = 44.2%

R = 17.86%
G = 37.95%
B = 44.2%

CMYK

 C value IS 0.60

 M value IS 0.14

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#285563 (or 0x285563) is known color: Arapawa. HEX triplet: 28, 55 and 63. RGB value is (40,85,99). Sum of RGB (Red+Green+Blue) = 40+85+99=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #285563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285563 is #D7AA9C. Grayscale: #494949. Windows color (decimal): -14133917 or 6509864. OLE color: 6509864.

HSL color Cylindrical-coordinate representation of color #285563: hue angle of 194.24º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #285563 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 40 85 99 -
CMYK 0.60 0.14 0 0.61
HSL 194.24º 0.42% 0.27% -
HSV(B) 194.24º 0.6% 0.39% -
XYZ 6.38 7.85 12.98 -
YUV 73.14 142.59 104.36 -
System Red Green Blue C M Y K H S L
Decimal 40 85 99 0.60 0.14 0 0.61 194.24 0.42 0.27
Hex 28 55 63 3C E 0 3D C2 2A 1B
Octal 50 125 143 74 16 0 75 302 52 33
Binary 101000 1010101 1100011 111100 1110 0 111101 11000010 101010 11011

Color Harmonies of #285563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285563

Black with #285563

Text Example


Text Example

White with #285563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285563; }

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

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

background-color css

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

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

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

border-color css

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

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

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