Html Css Color HEX #26638F Endeavour

📋 copy color: '#26638F'

red 38 ◦ green 99 ◦ blue 143

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

Shades of Endeavour #26638F

Tints of Endeavour #26638F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.36%

 BLUE value IS 143 (56.25% from 255) = 51.07%

R = 13.57%
G = 35.36%
B = 51.07%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#26638F (or 0x26638F) is known color: Endeavour. HEX triplet: 26, 63 and 8F. RGB value is (38,99,143). Sum of RGB (Red+Green+Blue) = 38+99+143=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 143 (56.25% from 255 or 51.07% from 280); Max value from RGB is 143 - color contains mainly: blue. Hex color #26638F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26638F is #D99C70. Grayscale: #555555. Windows color (decimal): -14261361 or 9397030. OLE color: 9397030.

HSL color Cylindrical-coordinate representation of color #26638F: hue angle of 205.14º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26638F is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 38 99 143 -
CMYK 0.73 0.31 0 0.44
HSL 205.14º 0.58% 0.35% -
HSV(B) 205.14º 0.73% 0.56% -
XYZ 10.22 11.32 27.63 -
YUV 85.78 160.29 93.92 -
System Red Green Blue C M Y K H S L
Decimal 38 99 143 0.73 0.31 0 0.44 205.14 0.58 0.35
Hex 26 63 8F 49 1F 0 2C CD 3A 23
Octal 46 143 217 111 37 0 54 315 72 43
Binary 100110 1100011 10001111 1001001 11111 0 101100 11001101 111010 100011

Color Harmonies of #26638F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26638F

Black with #26638F

Text Example


Text Example

White with #26638F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26638F; }

 p { color: rgb(38,99,143); }

 H1.HeaderClassName
 {
   color: #26638F;
 }
 .AnyTagClassName
 {
   color: #26638F;
 }
</style>

background-color css

<style>
 a { background-color: #26638F; }

 a { background-color: rgb(38,99,143); }

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

border-color css

<style>
 span { border-color: #26638F; }

 span { border-color: rgb(38,99,143); }

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