Html Css Color HEX #28609A Endeavour

📋 copy color: '#28609A'

red 40 ◦ green 96 ◦ blue 154

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

Shades of Endeavour #28609A

Tints of Endeavour #28609A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.1%

 BLUE value IS 154 (60.55% from 255) = 53.1%

R = 13.79%
G = 33.1%
B = 53.1%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#28609A (or 0x28609A) is known color: Endeavour. HEX triplet: 28, 60 and 9A. RGB value is (40,96,154). Sum of RGB (Red+Green+Blue) = 40+96+154=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 154 (60.55% from 255 or 53.10% from 290); Max value from RGB is 154 - color contains mainly: blue. Hex color #28609A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28609A is #D79F65. Grayscale: #555555. Windows color (decimal): -14131046 or 10117160. OLE color: 10117160.

HSL color Cylindrical-coordinate representation of color #28609A: hue angle of 210.53º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28609A is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 40 96 154 -
CMYK 0.74 0.38 0 0.40
HSL 210.53º 0.59% 0.38% -
HSV(B) 210.53º 0.74% 0.6% -
XYZ 10.89 11.15 32.15 -
YUV 85.87 166.45 95.28 -
System Red Green Blue C M Y K H S L
Decimal 40 96 154 0.74 0.38 0 0.40 210.53 0.59 0.38
Hex 28 60 9A 4A 26 0 28 D3 3B 26
Octal 50 140 232 112 46 0 50 323 73 46
Binary 101000 1100000 10011010 1001010 100110 0 101000 11010011 111011 100110

Color Harmonies of #28609A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28609A

Black with #28609A

Text Example


Text Example

White with #28609A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28609A; }

 p { color: rgb(40,96,154); }

 H1.HeaderClassName
 {
   color: #28609A;
 }
 .AnyTagClassName
 {
   color: #28609A;
 }
</style>

background-color css

<style>
 a { background-color: #28609A; }

 a { background-color: rgb(40,96,154); }

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

border-color css

<style>
 span { border-color: #28609A; }

 span { border-color: rgb(40,96,154); }

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