Html Css Color HEX #26628B Endeavour

📋 copy color: '#26628B'

red 38 ◦ green 98 ◦ blue 139

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

Shades of Endeavour #26628B

Tints of Endeavour #26628B

RGB

 RED value IS 38 (15.23% from 255) = 13.82%

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

 BLUE value IS 139 (54.69% from 255) = 50.55%

R = 13.82%
G = 35.64%
B = 50.55%

CMYK

 C value IS 0.73

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#26628B (or 0x26628B) is known color: Endeavour. HEX triplet: 26, 62 and 8B. RGB value is (38,98,139). Sum of RGB (Red+Green+Blue) = 38+98+139=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #26628B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26628B is #D99D74. Grayscale: #545454. Windows color (decimal): -14261621 or 9134630. OLE color: 9134630.

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

Color convert

RGB 38 98 139 -
CMYK 0.73 0.29 0 0.45
HSL 204.36º 0.57% 0.35% -
HSV(B) 204.36º 0.73% 0.55% -
XYZ 9.83 11.01 26.03 -
YUV 84.73 158.62 94.67 -
System Red Green Blue C M Y K H S L
Decimal 38 98 139 0.73 0.29 0 0.45 204.36 0.57 0.35
Hex 26 62 8B 49 1D 0 2D CC 39 23
Octal 46 142 213 111 35 0 55 314 71 43
Binary 100110 1100010 10001011 1001001 11101 0 101101 11001100 111001 100011

Color Harmonies of #26628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26628B

Black with #26628B

Text Example


Text Example

White with #26628B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,98,139); }

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

background-color css

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

 a { background-color: rgb(38,98,139); }

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

border-color css

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

 span { border-color: rgb(38,98,139); }

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