Html Css Color HEX #285862 Arapawa

📋 copy color: '#285862'

red 40 ◦ green 88 ◦ blue 98

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

Shades of Arapawa #285862

Tints of Arapawa #285862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 43.36%

R = 17.7%
G = 38.94%
B = 43.36%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#285862 (or 0x285862) is known color: Arapawa. HEX triplet: 28, 58 and 62. RGB value is (40,88,98). Sum of RGB (Red+Green+Blue) = 40+88+98=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 98 - color contains mainly: blue. Hex color #285862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285862 is #D7A79D. Grayscale: #4A4A4A. Windows color (decimal): -14133150 or 6445096. OLE color: 6445096.

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

Color convert

RGB 40 88 98 -
CMYK 0.59 0.10 0 0.62
HSL 190.34º 0.42% 0.27% -
HSV(B) 190.34º 0.59% 0.38% -
XYZ 6.57 8.31 12.81 -
YUV 74.79 141.1 103.19 -
System Red Green Blue C M Y K H S L
Decimal 40 88 98 0.59 0.10 0 0.62 190.34 0.42 0.27
Hex 28 58 62 3B A 0 3E BE 2A 1B
Octal 50 130 142 73 12 0 76 276 52 33
Binary 101000 1011000 1100010 111011 1010 0 111110 10111110 101010 11011

Color Harmonies of #285862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285862

Black with #285862

Text Example


Text Example

White with #285862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285862; }

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

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

background-color css

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

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

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

border-color css

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

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

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