Html Css Color HEX #285263 Arapawa

📋 copy color: '#285263'

red 40 ◦ green 82 ◦ blue 99

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

Shades of Arapawa #285263

Tints of Arapawa #285263

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.1%

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

R = 18.1%
G = 37.1%
B = 44.8%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#285263 (or 0x285263) is known color: Arapawa. HEX triplet: 28, 52 and 63. RGB value is (40,82,99). Sum of RGB (Red+Green+Blue) = 40+82+99=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #285263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285263 is #D7AD9C. Grayscale: #474747. Windows color (decimal): -14134685 or 6509096. OLE color: 6509096.

HSL color Cylindrical-coordinate representation of color #285263: hue angle of 197.29º 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 #285263 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 40 82 99 -
CMYK 0.60 0.17 0 0.61
HSL 197.29º 0.42% 0.27% -
HSV(B) 197.29º 0.6% 0.39% -
XYZ 6.14 7.39 12.91 -
YUV 71.38 143.59 105.62 -
System Red Green Blue C M Y K H S L
Decimal 40 82 99 0.60 0.17 0 0.61 197.29 0.42 0.27
Hex 28 52 63 3C 11 0 3D C5 2A 1B
Octal 50 122 143 74 21 0 75 305 52 33
Binary 101000 1010010 1100011 111100 10001 0 111101 11000101 101010 11011

Color Harmonies of #285263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285263

Black with #285263

Text Example


Text Example

White with #285263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285263; }

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

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

background-color css

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

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

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

border-color css

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

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

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