Html Css Color HEX #284FA0 Endeavour

📋 copy color: '#284FA0'

red 40 ◦ green 79 ◦ blue 160

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

Shades of Endeavour #284FA0

Tints of Endeavour #284FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 57.35%

R = 14.34%
G = 28.32%
B = 57.35%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#284FA0 (or 0x284FA0) is known color: Endeavour. HEX triplet: 28, 4F and A0. RGB value is (40,79,160). Sum of RGB (Red+Green+Blue) = 40+79+160=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 160 (62.89% from 255 or 57.35% from 279); Max value from RGB is 160 - color contains mainly: blue. Hex color #284FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #284FA0 is #D7B05F. Grayscale: #4C4C4C. Windows color (decimal): -14135392 or 10506024. OLE color: 10506024.

HSL color Cylindrical-coordinate representation of color #284FA0: hue angle of 220.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #284FA0 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 40 79 160 -
CMYK 0.75 0.51 0 0.37
HSL 220.5º 0.6% 0.39% -
HSV(B) 220.5º 0.75% 0.63% -
XYZ 10.02 8.58 34.39 -
YUV 76.57 175.08 101.91 -
System Red Green Blue C M Y K H S L
Decimal 40 79 160 0.75 0.51 0 0.37 220.5 0.6 0.39
Hex 28 4F A0 4B 33 0 25 DC 3C 27
Octal 50 117 240 113 63 0 45 334 74 47
Binary 101000 1001111 10100000 1001011 110011 0 100101 11011100 111100 100111

Color Harmonies of #284FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284FA0

Black with #284FA0

Text Example


Text Example

White with #284FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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