Html Css Color HEX #285061 Arapawa

📋 copy color: '#285061'

red 40 ◦ green 80 ◦ blue 97

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

Shades of Arapawa #285061

Tints of Arapawa #285061

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.87%

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

R = 18.43%
G = 36.87%
B = 44.7%

CMYK

 C value IS 0.59

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#285061 (or 0x285061) is known color: Arapawa. HEX triplet: 28, 50 and 61. RGB value is (40,80,97). Sum of RGB (Red+Green+Blue) = 40+80+97=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 97 - color contains mainly: blue. Hex color #285061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285061 is #D7AF9E. Grayscale: #454545. Windows color (decimal): -14135199 or 6377512. OLE color: 6377512.

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

Color convert

RGB 40 80 97 -
CMYK 0.59 0.18 0 0.62
HSL 197.89º 0.42% 0.27% -
HSV(B) 197.89º 0.59% 0.38% -
XYZ 5.9 7.05 12.36 -
YUV 69.98 143.25 106.62 -
System Red Green Blue C M Y K H S L
Decimal 40 80 97 0.59 0.18 0 0.62 197.89 0.42 0.27
Hex 28 50 61 3B 12 0 3E C6 2A 1B
Octal 50 120 141 73 22 0 76 306 52 33
Binary 101000 1010000 1100001 111011 10010 0 111110 11000110 101010 11011

Color Harmonies of #285061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285061

Black with #285061

Text Example


Text Example

White with #285061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285061; }

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

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

background-color css

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

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

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

border-color css

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

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

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