Html Css Color HEX #284F89 Endeavour

📋 copy color: '#284F89'

red 40 ◦ green 79 ◦ blue 137

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

Shades of Endeavour #284F89

Tints of Endeavour #284F89

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.86%

 BLUE value IS 137 (53.91% from 255) = 53.52%

R = 15.63%
G = 30.86%
B = 53.52%

CMYK

 C value IS 0.71

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#284F89 (or 0x284F89) is known color: Endeavour. HEX triplet: 28, 4F and 89. RGB value is (40,79,137). Sum of RGB (Red+Green+Blue) = 40+79+137=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #284F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #284F89 is #D7B076. Grayscale: #494949. Windows color (decimal): -14135415 or 8998696. OLE color: 8998696.

HSL color Cylindrical-coordinate representation of color #284F89: hue angle of 215.88º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #284F89 is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 79 137 -
CMYK 0.71 0.42 0 0.46
HSL 215.88º 0.55% 0.35% -
HSV(B) 215.88º 0.71% 0.54% -
XYZ 8.19 7.85 24.75 -
YUV 73.95 163.58 103.78 -
System Red Green Blue C M Y K H S L
Decimal 40 79 137 0.71 0.42 0 0.46 215.88 0.55 0.35
Hex 28 4F 89 47 2A 0 2E D8 37 23
Octal 50 117 211 107 52 0 56 330 67 43
Binary 101000 1001111 10001001 1000111 101010 0 101110 11011000 110111 100011

Color Harmonies of #284F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284F89

Black with #284F89

Text Example


Text Example

White with #284F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,79,137); }

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

background-color css

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

 a { background-color: rgb(40,79,137); }

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

border-color css

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

 span { border-color: rgb(40,79,137); }

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