Html Css Color HEX #26538D Endeavour

📋 copy color: '#26538D'

red 38 ◦ green 83 ◦ blue 141

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

Shades of Endeavour #26538D

Tints of Endeavour #26538D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.68%

 BLUE value IS 141 (55.47% from 255) = 53.82%

R = 14.5%
G = 31.68%
B = 53.82%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#26538D (or 0x26538D) is known color: Endeavour. HEX triplet: 26, 53 and 8D. RGB value is (38,83,141). Sum of RGB (Red+Green+Blue) = 38+83+141=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #26538D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26538D is #D9AC72. Grayscale: #4B4B4B. Windows color (decimal): -14265459 or 9261862. OLE color: 9261862.

HSL color Cylindrical-coordinate representation of color #26538D: hue angle of 213.79º degrees, saturation: 0.58, 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 #26538D is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 83 141 -
CMYK 0.73 0.41 0 0.45
HSL 213.79º 0.58% 0.35% -
HSV(B) 213.79º 0.73% 0.55% -
XYZ 8.7 8.52 26.39 -
YUV 76.16 164.59 100.78 -
System Red Green Blue C M Y K H S L
Decimal 38 83 141 0.73 0.41 0 0.45 213.79 0.58 0.35
Hex 26 53 8D 49 29 0 2D D6 3A 23
Octal 46 123 215 111 51 0 55 326 72 43
Binary 100110 1010011 10001101 1001001 101001 0 101101 11010110 111010 100011

Color Harmonies of #26538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26538D

Black with #26538D

Text Example


Text Example

White with #26538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26538D; }

 p { color: rgb(38,83,141); }

 H1.HeaderClassName
 {
   color: #26538D;
 }
 .AnyTagClassName
 {
   color: #26538D;
 }
</style>

background-color css

<style>
 a { background-color: #26538D; }

 a { background-color: rgb(38,83,141); }

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

border-color css

<style>
 span { border-color: #26538D; }

 span { border-color: rgb(38,83,141); }

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