Html Css Color HEX #266590 Endeavour

📋 copy color: '#266590'

red 38 ◦ green 101 ◦ blue 144

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

Shades of Endeavour #266590

Tints of Endeavour #266590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.69%

 BLUE value IS 144 (56.64% from 255) = 50.88%

R = 13.43%
G = 35.69%
B = 50.88%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#266590 (or 0x266590) is known color: Endeavour. HEX triplet: 26, 65 and 90. RGB value is (38,101,144). Sum of RGB (Red+Green+Blue) = 38+101+144=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #266590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266590 is #D99A6F. Grayscale: #565656. Windows color (decimal): -14260848 or 9463078. OLE color: 9463078.

HSL color Cylindrical-coordinate representation of color #266590: hue angle of 204.34º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #266590 is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 38 101 144 -
CMYK 0.74 0.30 0 0.44
HSL 204.34º 0.58% 0.36% -
HSV(B) 204.34º 0.74% 0.56% -
XYZ 10.49 11.73 28.1 -
YUV 87.07 160.13 93 -
System Red Green Blue C M Y K H S L
Decimal 38 101 144 0.74 0.30 0 0.44 204.34 0.58 0.36
Hex 26 65 90 4A 1E 0 2C CC 3A 24
Octal 46 145 220 112 36 0 54 314 72 44
Binary 100110 1100101 10010000 1001010 11110 0 101100 11001100 111010 100100

Color Harmonies of #266590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266590

Black with #266590

Text Example


Text Example

White with #266590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266590; }

 p { color: rgb(38,101,144); }

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

background-color css

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

 a { background-color: rgb(38,101,144); }

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

border-color css

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

 span { border-color: rgb(38,101,144); }

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