Html Css Color HEX #285861 Arapawa

📋 copy color: '#285861'

red 40 ◦ green 88 ◦ blue 97

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

Shades of Arapawa #285861

Tints of Arapawa #285861

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.11%

 BLUE value IS 97 (38.28% from 255) = 43.11%

R = 17.78%
G = 39.11%
B = 43.11%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#285861 (or 0x285861) is known color: Arapawa. HEX triplet: 28, 58 and 61. RGB value is (40,88,97). Sum of RGB (Red+Green+Blue) = 40+88+97=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #285861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285861 is #D7A79E. Grayscale: #4A4A4A. Windows color (decimal): -14133151 or 6379560. OLE color: 6379560.

HSL color Cylindrical-coordinate representation of color #285861: hue angle of 189.47º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #285861 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 40 88 97 -
CMYK 0.59 0.09 0 0.62
HSL 189.47º 0.42% 0.27% -
HSV(B) 189.47º 0.59% 0.38% -
XYZ 6.52 8.29 12.57 -
YUV 74.67 140.6 103.27 -
System Red Green Blue C M Y K H S L
Decimal 40 88 97 0.59 0.09 0 0.62 189.47 0.42 0.27
Hex 28 58 61 3B 9 0 3E BD 2A 1B
Octal 50 130 141 73 11 0 76 275 52 33
Binary 101000 1011000 1100001 111011 1001 0 111110 10111101 101010 11011

Color Harmonies of #285861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285861

Black with #285861

Text Example


Text Example

White with #285861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285861; }

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

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

background-color css

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

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

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

border-color css

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

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

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