Html Css Color HEX #28658C Endeavour

📋 copy color: '#28658C'

red 40 ◦ green 101 ◦ blue 140

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

Shades of Endeavour #28658C

Tints of Endeavour #28658C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.94%

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

R = 14.23%
G = 35.94%
B = 49.82%

CMYK

 C value IS 0.71

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28658C (or 0x28658C) is known color: Endeavour. HEX triplet: 28, 65 and 8C. RGB value is (40,101,140). Sum of RGB (Red+Green+Blue) = 40+101+140=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 140 (55.08% from 255 or 49.82% from 281); Max value from RGB is 140 - color contains mainly: blue. Hex color #28658C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28658C is #D79A73. Grayscale: #565656. Windows color (decimal): -14129780 or 9200936. OLE color: 9200936.

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

Color convert

RGB 40 101 140 -
CMYK 0.71 0.28 0 0.45
HSL 203.4º 0.56% 0.35% -
HSV(B) 203.4º 0.71% 0.55% -
XYZ 10.26 11.65 26.52 -
YUV 87.21 157.79 94.33 -
System Red Green Blue C M Y K H S L
Decimal 40 101 140 0.71 0.28 0 0.45 203.4 0.56 0.35
Hex 28 65 8C 47 1C 0 2D CB 38 23
Octal 50 145 214 107 34 0 55 313 70 43
Binary 101000 1100101 10001100 1000111 11100 0 101101 11001011 111000 100011

Color Harmonies of #28658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28658C

Black with #28658C

Text Example


Text Example

White with #28658C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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