Html Css Color HEX #26538C Endeavour

📋 copy color: '#26538C'

red 38 ◦ green 83 ◦ blue 140

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

Shades of Endeavour #26538C

Tints of Endeavour #26538C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 53.64%

R = 14.56%
G = 31.8%
B = 53.64%

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

#26538C (or 0x26538C) is known color: Endeavour. HEX triplet: 26, 53 and 8C. RGB value is (38,83,140). Sum of RGB (Red+Green+Blue) = 38+83+140=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 140 (55.08% from 255 or 53.64% from 261); Max value from RGB is 140 - color contains mainly: blue. Hex color #26538C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26538C is #D9AC73. Grayscale: #4B4B4B. Windows color (decimal): -14265460 or 9196326. OLE color: 9196326.

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

Color convert

RGB 38 83 140 -
CMYK 0.73 0.41 0 0.45
HSL 213.53º 0.57% 0.35% -
HSV(B) 213.53º 0.73% 0.55% -
XYZ 8.63 8.49 26 -
YUV 76.04 164.09 100.87 -
System Red Green Blue C M Y K H S L
Decimal 38 83 140 0.73 0.41 0 0.45 213.53 0.57 0.35
Hex 26 53 8C 49 29 0 2D D6 39 23
Octal 46 123 214 111 51 0 55 326 71 43
Binary 100110 1010011 10001100 1001001 101001 0 101101 11010110 111001 100011

Color Harmonies of #26538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26538C

Black with #26538C

Text Example


Text Example

White with #26538C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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