Html Css Color HEX #284C68 Arapawa

📋 copy color: '#284C68'

red 40 ◦ green 76 ◦ blue 104

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

Shades of Arapawa #284C68

Tints of Arapawa #284C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 47.27%

R = 18.18%
G = 34.55%
B = 47.27%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#284C68 (or 0x284C68) is known color: Arapawa. HEX triplet: 28, 4C and 68. RGB value is (40,76,104). Sum of RGB (Red+Green+Blue) = 40+76+104=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #284C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284C68 is #D7B397. Grayscale: #444444. Windows color (decimal): -14136216 or 6835240. OLE color: 6835240.

HSL color Cylindrical-coordinate representation of color #284C68: hue angle of 206.25º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #284C68 is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 40 76 104 -
CMYK 0.62 0.27 0 0.59
HSL 206.25º 0.44% 0.28% -
HSV(B) 206.25º 0.62% 0.41% -
XYZ 5.96 6.62 14.06 -
YUV 68.43 148.07 107.72 -
System Red Green Blue C M Y K H S L
Decimal 40 76 104 0.62 0.27 0 0.59 206.25 0.44 0.28
Hex 28 4C 68 3E 1B 0 3B CE 2C 1C
Octal 50 114 150 76 33 0 73 316 54 34
Binary 101000 1001100 1101000 111110 11011 0 111011 11001110 101100 11100

Color Harmonies of #284C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284C68

Black with #284C68

Text Example


Text Example

White with #284C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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