Html Css Color HEX #284A6B Arapawa

📋 copy color: '#284A6B'

red 40 ◦ green 74 ◦ blue 107

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

Shades of Arapawa #284A6B

Tints of Arapawa #284A6B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.48%

 BLUE value IS 107 (42.19% from 255) = 48.42%

R = 18.1%
G = 33.48%
B = 48.42%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#284A6B (or 0x284A6B) is known color: Arapawa. HEX triplet: 28, 4A and 6B. RGB value is (40,74,107). Sum of RGB (Red+Green+Blue) = 40+74+107=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 107 (42.19% from 255 or 48.42% from 221); Max value from RGB is 107 - color contains mainly: blue. Hex color #284A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284A6B is #D7B594. Grayscale: #434343. Windows color (decimal): -14136725 or 7031336. OLE color: 7031336.

HSL color Cylindrical-coordinate representation of color #284A6B: hue angle of 209.55º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #284A6B is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 74 107 -
CMYK 0.63 0.31 0 0.58
HSL 209.55º 0.46% 0.29% -
HSV(B) 209.55º 0.63% 0.42% -
XYZ 5.98 6.41 14.83 -
YUV 67.6 150.24 108.32 -
System Red Green Blue C M Y K H S L
Decimal 40 74 107 0.63 0.31 0 0.58 209.55 0.46 0.29
Hex 28 4A 6B 3F 1F 0 3A D2 2E 1D
Octal 50 112 153 77 37 0 72 322 56 35
Binary 101000 1001010 1101011 111111 11111 0 111010 11010010 101110 11101

Color Harmonies of #284A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284A6B

Black with #284A6B

Text Example


Text Example

White with #284A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,74,107); }

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

background-color css

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

 a { background-color: rgb(40,74,107); }

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

border-color css

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

 span { border-color: rgb(40,74,107); }

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