Html Css Color HEX #285361 Arapawa

📋 copy color: '#285361'

red 40 ◦ green 83 ◦ blue 97

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

Shades of Arapawa #285361

Tints of Arapawa #285361

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.73%

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

R = 18.18%
G = 37.73%
B = 44.09%

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

#285361 (or 0x285361) is known color: Arapawa. HEX triplet: 28, 53 and 61. RGB value is (40,83,97). Sum of RGB (Red+Green+Blue) = 40+83+97=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #285361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285361 is #D7AC9E. Grayscale: #474747. Windows color (decimal): -14134431 or 6378280. OLE color: 6378280.

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

Color convert

RGB 40 83 97 -
CMYK 0.59 0.14 0 0.62
HSL 194.74º 0.42% 0.27% -
HSV(B) 194.74º 0.59% 0.38% -
XYZ 6.13 7.5 12.43 -
YUV 71.74 142.25 105.36 -
System Red Green Blue C M Y K H S L
Decimal 40 83 97 0.59 0.14 0 0.62 194.74 0.42 0.27
Hex 28 53 61 3B E 0 3E C3 2A 1B
Octal 50 123 141 73 16 0 76 303 52 33
Binary 101000 1010011 1100001 111011 1110 0 111110 11000011 101010 11011

Color Harmonies of #285361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285361

Black with #285361

Text Example


Text Example

White with #285361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285361; }

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

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

background-color css

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

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

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

border-color css

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

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

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