Html Css Color HEX #284F8A Endeavour

📋 copy color: '#284F8A'

red 40 ◦ green 79 ◦ blue 138

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

Shades of Endeavour #284F8A

Tints of Endeavour #284F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 53.7%

R = 15.56%
G = 30.74%
B = 53.7%

CMYK

 C value IS 0.71

 M value IS 0.43

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#284F8A (or 0x284F8A) is known color: Endeavour. HEX triplet: 28, 4F and 8A. RGB value is (40,79,138). Sum of RGB (Red+Green+Blue) = 40+79+138=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #284F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #284F8A is #D7B075. Grayscale: #494949. Windows color (decimal): -14135414 or 9064232. OLE color: 9064232.

HSL color Cylindrical-coordinate representation of color #284F8A: hue angle of 216.12º 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 #284F8A is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 79 138 -
CMYK 0.71 0.43 0 0.46
HSL 216.12º 0.55% 0.35% -
HSV(B) 216.12º 0.71% 0.54% -
XYZ 8.26 7.88 25.13 -
YUV 74.07 164.08 103.7 -
System Red Green Blue C M Y K H S L
Decimal 40 79 138 0.71 0.43 0 0.46 216.12 0.55 0.35
Hex 28 4F 8A 47 2B 0 2E D8 37 23
Octal 50 117 212 107 53 0 56 330 67 43
Binary 101000 1001111 10001010 1000111 101011 0 101110 11011000 110111 100011

Color Harmonies of #284F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284F8A

Black with #284F8A

Text Example


Text Example

White with #284F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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