Html Css Color HEX #266090 Endeavour

📋 copy color: '#266090'

red 38 ◦ green 96 ◦ blue 144

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

Shades of Endeavour #266090

Tints of Endeavour #266090

RGB

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

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

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

R = 13.67%
G = 34.53%
B = 51.8%

CMYK

 C value IS 0.74

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#266090 (or 0x266090) is known color: Endeavour. HEX triplet: 26, 60 and 90. RGB value is (38,96,144). Sum of RGB (Red+Green+Blue) = 38+96+144=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #266090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266090 is #D99F6F. Grayscale: #535353. Windows color (decimal): -14262128 or 9461798. OLE color: 9461798.

HSL color Cylindrical-coordinate representation of color #266090: hue angle of 207.17º 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 #266090 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 38 96 144 -
CMYK 0.74 0.33 0 0.44
HSL 207.17º 0.58% 0.36% -
HSV(B) 207.17º 0.74% 0.56% -
XYZ 10.02 10.79 27.94 -
YUV 84.13 161.78 95.1 -
System Red Green Blue C M Y K H S L
Decimal 38 96 144 0.74 0.33 0 0.44 207.17 0.58 0.36
Hex 26 60 90 4A 21 0 2C CF 3A 24
Octal 46 140 220 112 41 0 54 317 72 44
Binary 100110 1100000 10010000 1001010 100001 0 101100 11001111 111010 100100

Color Harmonies of #266090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266090

Black with #266090

Text Example


Text Example

White with #266090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266090; }

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

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

background-color css

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

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

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

border-color css

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

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

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