Html Css Color HEX #26538B Endeavour

📋 copy color: '#26538B'

red 38 ◦ green 83 ◦ blue 139

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

Shades of Endeavour #26538B

Tints of Endeavour #26538B

RGB

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

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

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

R = 14.62%
G = 31.92%
B = 53.46%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#26538B (or 0x26538B) is known color: Endeavour. HEX triplet: 26, 53 and 8B. RGB value is (38,83,139). Sum of RGB (Red+Green+Blue) = 38+83+139=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 139 (54.69% from 255 or 53.46% from 260); Max value from RGB is 139 - color contains mainly: blue. Hex color #26538B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26538B is #D9AC74. Grayscale: #4B4B4B. Windows color (decimal): -14265461 or 9130790. OLE color: 9130790.

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

Color convert

RGB 38 83 139 -
CMYK 0.73 0.40 0 0.45
HSL 213.27º 0.57% 0.35% -
HSV(B) 213.27º 0.73% 0.55% -
XYZ 8.55 8.46 25.61 -
YUV 75.93 163.59 100.95 -
System Red Green Blue C M Y K H S L
Decimal 38 83 139 0.73 0.40 0 0.45 213.27 0.57 0.35
Hex 26 53 8B 49 28 0 2D D5 39 23
Octal 46 123 213 111 50 0 55 325 71 43
Binary 100110 1010011 10001011 1001001 101000 0 101101 11010101 111001 100011

Color Harmonies of #26538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26538B

Black with #26538B

Text Example


Text Example

White with #26538B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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