Html Css Color HEX #28529B Endeavour

📋 copy color: '#28529B'

red 40 ◦ green 82 ◦ blue 155

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

Shades of Endeavour #28529B

Tints of Endeavour #28529B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.6%

 BLUE value IS 155 (60.94% from 255) = 55.96%

R = 14.44%
G = 29.6%
B = 55.96%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28529B (or 0x28529B) is known color: Endeavour. HEX triplet: 28, 52 and 9B. RGB value is (40,82,155). Sum of RGB (Red+Green+Blue) = 40+82+155=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #28529B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28529B is #D7AD64. Grayscale: #4D4D4D. Windows color (decimal): -14134629 or 10179112. OLE color: 10179112.

HSL color Cylindrical-coordinate representation of color #28529B: hue angle of 218.09º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28529B is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 40 82 155 -
CMYK 0.74 0.47 0 0.39
HSL 218.09º 0.59% 0.38% -
HSV(B) 218.09º 0.74% 0.61% -
XYZ 9.81 8.85 32.2 -
YUV 77.76 171.59 101.06 -
System Red Green Blue C M Y K H S L
Decimal 40 82 155 0.74 0.47 0 0.39 218.09 0.59 0.38
Hex 28 52 9B 4A 2F 0 27 DA 3B 26
Octal 50 122 233 112 57 0 47 332 73 46
Binary 101000 1010010 10011011 1001010 101111 0 100111 11011010 111011 100110

Color Harmonies of #28529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28529B

Black with #28529B

Text Example


Text Example

White with #28529B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28529B; }

 p { color: rgb(40,82,155); }

 H1.HeaderClassName
 {
   color: #28529B;
 }
 .AnyTagClassName
 {
   color: #28529B;
 }
</style>

background-color css

<style>
 a { background-color: #28529B; }

 a { background-color: rgb(40,82,155); }

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

border-color css

<style>
 span { border-color: #28529B; }

 span { border-color: rgb(40,82,155); }

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