Html Css Color HEX #266189 Endeavour

📋 copy color: '#266189'

red 38 ◦ green 97 ◦ blue 137

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

Shades of Endeavour #266189

Tints of Endeavour #266189

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.66%

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

R = 13.97%
G = 35.66%
B = 50.37%

CMYK

 C value IS 0.72

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#266189 (or 0x266189) is known color: Endeavour. HEX triplet: 26, 61 and 89. RGB value is (38,97,137). Sum of RGB (Red+Green+Blue) = 38+97+137=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #266189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266189 is #D99E76. Grayscale: #535353. Windows color (decimal): -14261879 or 9003302. OLE color: 9003302.

HSL color Cylindrical-coordinate representation of color #266189: hue angle of 204.24º 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 #266189 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 38 97 137 -
CMYK 0.72 0.29 0 0.46
HSL 204.24º 0.57% 0.34% -
HSV(B) 204.24º 0.72% 0.54% -
XYZ 9.59 10.77 25.24 -
YUV 83.92 157.95 95.25 -
System Red Green Blue C M Y K H S L
Decimal 38 97 137 0.72 0.29 0 0.46 204.24 0.57 0.34
Hex 26 61 89 48 1D 0 2E CC 39 22
Octal 46 141 211 110 35 0 56 314 71 42
Binary 100110 1100001 10001001 1001000 11101 0 101110 11001100 111001 100010

Color Harmonies of #266189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266189

Black with #266189

Text Example


Text Example

White with #266189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266189; }

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

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

background-color css

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

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

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

border-color css

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

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

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