Html Css Color HEX #285365 Arapawa

📋 copy color: '#285365'

red 40 ◦ green 83 ◦ blue 101

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

Shades of Arapawa #285365

Tints of Arapawa #285365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 45.09%

R = 17.86%
G = 37.05%
B = 45.09%

CMYK

 C value IS 0.60

 M value IS 0.18

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#285365 (or 0x285365) is known color: Arapawa. HEX triplet: 28, 53 and 65. RGB value is (40,83,101). Sum of RGB (Red+Green+Blue) = 40+83+101=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 101 - color contains mainly: blue. Hex color #285365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285365 is #D7AC9A. Grayscale: #484848. Windows color (decimal): -14134427 or 6640424. OLE color: 6640424.

HSL color Cylindrical-coordinate representation of color #285365: hue angle of 197.7º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #285365 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 40 83 101 -
CMYK 0.60 0.18 0 0.60
HSL 197.7º 0.43% 0.28% -
HSV(B) 197.7º 0.6% 0.4% -
XYZ 6.32 7.58 13.44 -
YUV 72.2 144.25 105.04 -
System Red Green Blue C M Y K H S L
Decimal 40 83 101 0.60 0.18 0 0.60 197.7 0.43 0.28
Hex 28 53 65 3C 12 0 3C C6 2B 1C
Octal 50 123 145 74 22 0 74 306 53 34
Binary 101000 1010011 1100101 111100 10010 0 111100 11000110 101011 11100

Color Harmonies of #285365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285365

Black with #285365

Text Example


Text Example

White with #285365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285365; }

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

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

background-color css

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

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

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

border-color css

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

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

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