Html Css Color HEX #266089 Endeavour

📋 copy color: '#266089'

red 38 ◦ green 96 ◦ blue 137

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

Shades of Endeavour #266089

Tints of Endeavour #266089

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.42%

 BLUE value IS 137 (53.91% from 255) = 50.55%

R = 14.02%
G = 35.42%
B = 50.55%

CMYK

 C value IS 0.72

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#266089 (or 0x266089) is known color: Endeavour. HEX triplet: 26, 60 and 89. RGB value is (38,96,137). Sum of RGB (Red+Green+Blue) = 38+96+137=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 137 (53.91% from 255 or 50.55% from 271); Max value from RGB is 137 - color contains mainly: blue. Hex color #266089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266089 is #D99F76. Grayscale: #535353. Windows color (decimal): -14262135 or 9003046. OLE color: 9003046.

HSL color Cylindrical-coordinate representation of color #266089: hue angle of 204.85º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #266089 is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 38 96 137 -
CMYK 0.72 0.30 0 0.46
HSL 204.85º 0.57% 0.34% -
HSV(B) 204.85º 0.72% 0.54% -
XYZ 9.5 10.58 25.21 -
YUV 83.33 158.28 95.67 -
System Red Green Blue C M Y K H S L
Decimal 38 96 137 0.72 0.30 0 0.46 204.85 0.57 0.34
Hex 26 60 89 48 1E 0 2E CD 39 22
Octal 46 140 211 110 36 0 56 315 71 42
Binary 100110 1100000 10001001 1001000 11110 0 101110 11001101 111001 100010

Color Harmonies of #266089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266089

Black with #266089

Text Example


Text Example

White with #266089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266089; }

 p { color: rgb(38,96,137); }

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

background-color css

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

 a { background-color: rgb(38,96,137); }

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

border-color css

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

 span { border-color: rgb(38,96,137); }

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