Html Css Color HEX #28628C Endeavour

📋 copy color: '#28628C'

red 40 ◦ green 98 ◦ blue 140

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

Shades of Endeavour #28628C

Tints of Endeavour #28628C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.25%

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

R = 14.39%
G = 35.25%
B = 50.36%

CMYK

 C value IS 0.71

 M value IS 0.3

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28628C (or 0x28628C) is known color: Endeavour. HEX triplet: 28, 62 and 8C. RGB value is (40,98,140). Sum of RGB (Red+Green+Blue) = 40+98+140=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #28628C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28628C is #D79D73. Grayscale: #555555. Windows color (decimal): -14130548 or 9200168. OLE color: 9200168.

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

Color convert

RGB 40 98 140 -
CMYK 0.71 0.3 0 0.45
HSL 205.2º 0.56% 0.35% -
HSV(B) 205.2º 0.71% 0.55% -
XYZ 9.98 11.08 26.42 -
YUV 85.45 158.78 95.58 -
System Red Green Blue C M Y K H S L
Decimal 40 98 140 0.71 0.3 0 0.45 205.2 0.56 0.35
Hex 28 62 8C 47 1E 0 2D CD 38 23
Octal 50 142 214 107 36 0 55 315 70 43
Binary 101000 1100010 10001100 1000111 11110 0 101101 11001101 111000 100011

Color Harmonies of #28628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28628C

Black with #28628C

Text Example


Text Example

White with #28628C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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