Html Css Color HEX #284B68 Arapawa

📋 copy color: '#284B68'

red 40 ◦ green 75 ◦ blue 104

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

Shades of Arapawa #284B68

Tints of Arapawa #284B68

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.25%

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

R = 18.26%
G = 34.25%
B = 47.49%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#284B68 (or 0x284B68) is known color: Arapawa. HEX triplet: 28, 4B and 68. RGB value is (40,75,104). Sum of RGB (Red+Green+Blue) = 40+75+104=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #284B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284B68 is #D7B497. Grayscale: #434343. Windows color (decimal): -14136472 or 6834984. OLE color: 6834984.

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

Color convert

RGB 40 75 104 -
CMYK 0.62 0.28 0 0.59
HSL 207.19º 0.44% 0.28% -
HSV(B) 207.19º 0.62% 0.41% -
XYZ 5.89 6.48 14.04 -
YUV 67.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 40 75 104 0.62 0.28 0 0.59 207.19 0.44 0.28
Hex 28 4B 68 3E 1C 0 3B CF 2C 1C
Octal 50 113 150 76 34 0 73 317 54 34
Binary 101000 1001011 1101000 111110 11100 0 111011 11001111 101100 11100

Color Harmonies of #284B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284B68

Black with #284B68

Text Example


Text Example

White with #284B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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