Html Css Color HEX #284C65 Arapawa

📋 copy color: '#284C65'

red 40 ◦ green 76 ◦ blue 101

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

Shades of Arapawa #284C65

Tints of Arapawa #284C65

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.02%

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

R = 18.43%
G = 35.02%
B = 46.54%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#284C65 (or 0x284C65) is known color: Arapawa. HEX triplet: 28, 4C and 65. RGB value is (40,76,101). Sum of RGB (Red+Green+Blue) = 40+76+101=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 101 (39.84% from 255 or 46.54% from 217); Max value from RGB is 101 - color contains mainly: blue. Hex color #284C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284C65 is #D7B39A. Grayscale: #434343. Windows color (decimal): -14136219 or 6638632. OLE color: 6638632.

HSL color Cylindrical-coordinate representation of color #284C65: hue angle of 204.59º 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 #284C65 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 40 76 101 -
CMYK 0.60 0.25 0 0.60
HSL 204.59º 0.43% 0.28% -
HSV(B) 204.59º 0.6% 0.4% -
XYZ 5.81 6.56 13.27 -
YUV 68.09 146.57 107.97 -
System Red Green Blue C M Y K H S L
Decimal 40 76 101 0.60 0.25 0 0.60 204.59 0.43 0.28
Hex 28 4C 65 3C 19 0 3C CD 2B 1C
Octal 50 114 145 74 31 0 74 315 53 34
Binary 101000 1001100 1100101 111100 11001 0 111100 11001101 101011 11100

Color Harmonies of #284C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284C65

Black with #284C65

Text Example


Text Example

White with #284C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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