Html Css Color HEX #266297 Endeavour

📋 copy color: '#266297'

red 38 ◦ green 98 ◦ blue 151

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

Shades of Endeavour #266297

Tints of Endeavour #266297

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.15%

 BLUE value IS 151 (59.38% from 255) = 52.61%

R = 13.24%
G = 34.15%
B = 52.61%

CMYK

 C value IS 0.75

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#266297 (or 0x266297) is known color: Endeavour. HEX triplet: 26, 62 and 97. RGB value is (38,98,151). Sum of RGB (Red+Green+Blue) = 38+98+151=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 151 (59.38% from 255 or 52.61% from 287); Max value from RGB is 151 - color contains mainly: blue. Hex color #266297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266297 is #D99D68. Grayscale: #555555. Windows color (decimal): -14261609 or 9921062. OLE color: 9921062.

HSL color Cylindrical-coordinate representation of color #266297: hue angle of 208.14º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #266297 is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 38 98 151 -
CMYK 0.75 0.35 0 0.41
HSL 208.14º 0.6% 0.37% -
HSV(B) 208.14º 0.75% 0.59% -
XYZ 10.75 11.38 30.91 -
YUV 86.1 164.62 93.69 -
System Red Green Blue C M Y K H S L
Decimal 38 98 151 0.75 0.35 0 0.41 208.14 0.6 0.37
Hex 26 62 97 4B 23 0 29 D0 3C 25
Octal 46 142 227 113 43 0 51 320 74 45
Binary 100110 1100010 10010111 1001011 100011 0 101001 11010000 111100 100101

Color Harmonies of #266297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266297

Black with #266297

Text Example


Text Example

White with #266297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266297; }

 p { color: rgb(38,98,151); }

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

background-color css

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

 a { background-color: rgb(38,98,151); }

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

border-color css

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

 span { border-color: rgb(38,98,151); }

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