Html Css Color HEX #285261 Arapawa

📋 copy color: '#285261'

red 40 ◦ green 82 ◦ blue 97

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

Shades of Arapawa #285261

Tints of Arapawa #285261

RGB

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

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

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

R = 18.26%
G = 37.44%
B = 44.29%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#285261 (or 0x285261) is known color: Arapawa. HEX triplet: 28, 52 and 61. RGB value is (40,82,97). Sum of RGB (Red+Green+Blue) = 40+82+97=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 97 - color contains mainly: blue. Hex color #285261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285261 is #D7AD9E. Grayscale: #474747. Windows color (decimal): -14134687 or 6378024. OLE color: 6378024.

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

Color convert

RGB 40 82 97 -
CMYK 0.59 0.15 0 0.62
HSL 195.79º 0.42% 0.27% -
HSV(B) 195.79º 0.59% 0.38% -
XYZ 6.05 7.35 12.41 -
YUV 71.15 142.59 105.78 -
System Red Green Blue C M Y K H S L
Decimal 40 82 97 0.59 0.15 0 0.62 195.79 0.42 0.27
Hex 28 52 61 3B F 0 3E C4 2A 1B
Octal 50 122 141 73 17 0 76 304 52 33
Binary 101000 1010010 1100001 111011 1111 0 111110 11000100 101010 11011

Color Harmonies of #285261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285261

Black with #285261

Text Example


Text Example

White with #285261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285261; }

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

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

background-color css

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

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

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

border-color css

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

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

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