Html Css Color HEX #284F9F Endeavour

📋 copy color: '#284F9F'

red 40 ◦ green 79 ◦ blue 159

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

Shades of Endeavour #284F9F

Tints of Endeavour #284F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 57.19%

R = 14.39%
G = 28.42%
B = 57.19%

CMYK

 C value IS 0.75

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#284F9F (or 0x284F9F) is known color: Endeavour. HEX triplet: 28, 4F and 9F. RGB value is (40,79,159). Sum of RGB (Red+Green+Blue) = 40+79+159=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 159 (62.5% from 255 or 57.19% from 278); Max value from RGB is 159 - color contains mainly: blue. Hex color #284F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #284F9F is #D7B060. Grayscale: #4C4C4C. Windows color (decimal): -14135393 or 10440488. OLE color: 10440488.

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

Color convert

RGB 40 79 159 -
CMYK 0.75 0.50 0 0.38
HSL 220.34º 0.6% 0.39% -
HSV(B) 220.34º 0.75% 0.62% -
XYZ 9.93 8.55 33.93 -
YUV 76.46 174.58 102 -
System Red Green Blue C M Y K H S L
Decimal 40 79 159 0.75 0.50 0 0.38 220.34 0.6 0.39
Hex 28 4F 9F 4B 32 0 26 DC 3C 27
Octal 50 117 237 113 62 0 46 334 74 47
Binary 101000 1001111 10011111 1001011 110010 0 100110 11011100 111100 100111

Color Harmonies of #284F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284F9F

Black with #284F9F

Text Example


Text Example

White with #284F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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