Html Css Color HEX #28648C Endeavour

📋 copy color: '#28648C'

red 40 ◦ green 100 ◦ blue 140

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

Shades of Endeavour #28648C

Tints of Endeavour #28648C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.71%

 BLUE value IS 140 (55.08% from 255) = 50%

R = 14.29%
G = 35.71%
B = 50%

CMYK

 C value IS 0.71

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28648C (or 0x28648C) is known color: Endeavour. HEX triplet: 28, 64 and 8C. RGB value is (40,100,140). Sum of RGB (Red+Green+Blue) = 40+100+140=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #28648C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28648C is #D79B73. Grayscale: #565656. Windows color (decimal): -14130036 or 9200680. OLE color: 9200680.

HSL color Cylindrical-coordinate representation of color #28648C: hue angle of 204º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28648C is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 100 140 -
CMYK 0.71 0.29 0 0.45
HSL 204º 0.56% 0.35% -
HSV(B) 204º 0.71% 0.55% -
XYZ 10.17 11.46 26.49 -
YUV 86.62 158.12 94.75 -
System Red Green Blue C M Y K H S L
Decimal 40 100 140 0.71 0.29 0 0.45 204 0.56 0.35
Hex 28 64 8C 47 1D 0 2D CC 38 23
Octal 50 144 214 107 35 0 55 314 70 43
Binary 101000 1100100 10001100 1000111 11101 0 101101 11001100 111000 100011

Color Harmonies of #28648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28648C

Black with #28648C

Text Example


Text Example

White with #28648C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28648C; }

 p { color: rgb(40,100,140); }

 H1.HeaderClassName
 {
   color: #28648C;
 }
 .AnyTagClassName
 {
   color: #28648C;
 }
</style>

background-color css

<style>
 a { background-color: #28648C; }

 a { background-color: rgb(40,100,140); }

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

border-color css

<style>
 span { border-color: #28648C; }

 span { border-color: rgb(40,100,140); }

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