Html Css Color HEX #285161 Arapawa

📋 copy color: '#285161'

red 40 ◦ green 81 ◦ blue 97

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

Shades of Arapawa #285161

Tints of Arapawa #285161

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.16%

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

R = 18.35%
G = 37.16%
B = 44.5%

CMYK

 C value IS 0.59

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#285161 (or 0x285161) is known color: Arapawa. HEX triplet: 28, 51 and 61. RGB value is (40,81,97). Sum of RGB (Red+Green+Blue) = 40+81+97=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 97 - color contains mainly: blue. Hex color #285161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285161 is #D7AE9E. Grayscale: #464646. Windows color (decimal): -14134943 or 6377768. OLE color: 6377768.

HSL color Cylindrical-coordinate representation of color #285161: hue angle of 196.84º 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 #285161 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 40 81 97 -
CMYK 0.59 0.16 0 0.62
HSL 196.84º 0.42% 0.27% -
HSV(B) 196.84º 0.59% 0.38% -
XYZ 5.98 7.2 12.38 -
YUV 70.57 142.92 106.2 -
System Red Green Blue C M Y K H S L
Decimal 40 81 97 0.59 0.16 0 0.62 196.84 0.42 0.27
Hex 28 51 61 3B 10 0 3E C5 2A 1B
Octal 50 121 141 73 20 0 76 305 52 33
Binary 101000 1010001 1100001 111011 10000 0 111110 11000101 101010 11011

Color Harmonies of #285161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285161

Black with #285161

Text Example


Text Example

White with #285161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285161; }

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

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

background-color css

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

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

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

border-color css

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

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

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