Html Css Color HEX #285062 Arapawa

📋 copy color: '#285062'

red 40 ◦ green 80 ◦ blue 98

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

Shades of Arapawa #285062

Tints of Arapawa #285062

RGB

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

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

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

R = 18.35%
G = 36.7%
B = 44.95%

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

#285062 (or 0x285062) is known color: Arapawa. HEX triplet: 28, 50 and 62. RGB value is (40,80,98). Sum of RGB (Red+Green+Blue) = 40+80+98=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 98 - color contains mainly: blue. Hex color #285062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285062 is #D7AF9D. Grayscale: #454545. Windows color (decimal): -14135198 or 6443048. OLE color: 6443048.

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

Color convert

RGB 40 80 98 -
CMYK 0.59 0.18 0 0.62
HSL 198.62º 0.42% 0.27% -
HSV(B) 198.62º 0.59% 0.38% -
XYZ 5.95 7.07 12.61 -
YUV 70.09 143.75 106.54 -
System Red Green Blue C M Y K H S L
Decimal 40 80 98 0.59 0.18 0 0.62 198.62 0.42 0.27
Hex 28 50 62 3B 12 0 3E C7 2A 1B
Octal 50 120 142 73 22 0 76 307 52 33
Binary 101000 1010000 1100010 111011 10010 0 111110 11000111 101010 11011

Color Harmonies of #285062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285062

Black with #285062

Text Example


Text Example

White with #285062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285062; }

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

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

background-color css

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

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

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

border-color css

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

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

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