Html Css Color HEX #266290 Endeavour

📋 copy color: '#266290'

red 38 ◦ green 98 ◦ blue 144

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

Shades of Endeavour #266290

Tints of Endeavour #266290

RGB

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

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

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

R = 13.57%
G = 35%
B = 51.43%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#266290 (or 0x266290) is known color: Endeavour. HEX triplet: 26, 62 and 90. RGB value is (38,98,144). Sum of RGB (Red+Green+Blue) = 38+98+144=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #266290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266290 is #D99D6F. Grayscale: #555555. Windows color (decimal): -14261616 or 9462310. OLE color: 9462310.

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

Color convert

RGB 38 98 144 -
CMYK 0.74 0.32 0 0.44
HSL 206.04º 0.58% 0.36% -
HSV(B) 206.04º 0.74% 0.56% -
XYZ 10.2 11.16 28 -
YUV 85.3 161.12 94.26 -
System Red Green Blue C M Y K H S L
Decimal 38 98 144 0.74 0.32 0 0.44 206.04 0.58 0.36
Hex 26 62 90 4A 20 0 2C CE 3A 24
Octal 46 142 220 112 40 0 54 316 72 44
Binary 100110 1100010 10010000 1001010 100000 0 101100 11001110 111010 100100

Color Harmonies of #266290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266290

Black with #266290

Text Example


Text Example

White with #266290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266290; }

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

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

background-color css

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

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

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

border-color css

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

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

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