Html Css Color HEX #285462 Arapawa

📋 copy color: '#285462'

red 40 ◦ green 84 ◦ blue 98

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

Shades of Arapawa #285462

Tints of Arapawa #285462

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.84%

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

R = 18.02%
G = 37.84%
B = 44.14%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#285462 (or 0x285462) is known color: Arapawa. HEX triplet: 28, 54 and 62. RGB value is (40,84,98). Sum of RGB (Red+Green+Blue) = 40+84+98=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 98 (38.67% from 255 or 44.14% from 222); Max value from RGB is 98 - color contains mainly: blue. Hex color #285462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285462 is #D7AB9D. Grayscale: #484848. Windows color (decimal): -14134174 or 6444072. OLE color: 6444072.

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

Color convert

RGB 40 84 98 -
CMYK 0.59 0.14 0 0.62
HSL 194.48º 0.42% 0.27% -
HSV(B) 194.48º 0.59% 0.38% -
XYZ 6.25 7.67 12.71 -
YUV 72.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 40 84 98 0.59 0.14 0 0.62 194.48 0.42 0.27
Hex 28 54 62 3B E 0 3E C2 2A 1B
Octal 50 124 142 73 16 0 76 302 52 33
Binary 101000 1010100 1100010 111011 1110 0 111110 11000010 101010 11011

Color Harmonies of #285462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285462

Black with #285462

Text Example


Text Example

White with #285462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285462; }

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

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

background-color css

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

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

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

border-color css

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

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

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