Html Css Color HEX #28618C Endeavour

📋 copy color: '#28618C'

red 40 ◦ green 97 ◦ blue 140

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

Shades of Endeavour #28618C

Tints of Endeavour #28618C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.02%

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

R = 14.44%
G = 35.02%
B = 50.54%

CMYK

 C value IS 0.71

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28618C (or 0x28618C) is known color: Endeavour. HEX triplet: 28, 61 and 8C. RGB value is (40,97,140). Sum of RGB (Red+Green+Blue) = 40+97+140=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #28618C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28618C is #D79E73. Grayscale: #545454. Windows color (decimal): -14130804 or 9199912. OLE color: 9199912.

HSL color Cylindrical-coordinate representation of color #28618C: hue angle of 205.8º 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 #28618C is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 97 140 -
CMYK 0.71 0.31 0 0.45
HSL 205.8º 0.56% 0.35% -
HSV(B) 205.8º 0.71% 0.55% -
XYZ 9.88 10.89 26.39 -
YUV 84.86 159.12 96 -
System Red Green Blue C M Y K H S L
Decimal 40 97 140 0.71 0.31 0 0.45 205.8 0.56 0.35
Hex 28 61 8C 47 1F 0 2D CE 38 23
Octal 50 141 214 107 37 0 55 316 70 43
Binary 101000 1100001 10001100 1000111 11111 0 101101 11001110 111000 100011

Color Harmonies of #28618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28618C

Black with #28618C

Text Example


Text Example

White with #28618C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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