Html Css Color HEX #266292 Endeavour

📋 copy color: '#266292'

red 38 ◦ green 98 ◦ blue 146

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

Shades of Endeavour #266292

Tints of Endeavour #266292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.77%

R = 13.48%
G = 34.75%
B = 51.77%

CMYK

 C value IS 0.74

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#266292 (or 0x266292) is known color: Endeavour. HEX triplet: 26, 62 and 92. RGB value is (38,98,146). Sum of RGB (Red+Green+Blue) = 38+98+146=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #266292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266292 is #D99D6D. Grayscale: #555555. Windows color (decimal): -14261614 or 9593382. OLE color: 9593382.

HSL color Cylindrical-coordinate representation of color #266292: hue angle of 206.67º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #266292 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 38 98 146 -
CMYK 0.74 0.33 0 0.43
HSL 206.67º 0.59% 0.36% -
HSV(B) 206.67º 0.74% 0.57% -
XYZ 10.36 11.22 28.81 -
YUV 85.53 162.12 94.1 -
System Red Green Blue C M Y K H S L
Decimal 38 98 146 0.74 0.33 0 0.43 206.67 0.59 0.36
Hex 26 62 92 4A 21 0 2B CF 3B 24
Octal 46 142 222 112 41 0 53 317 73 44
Binary 100110 1100010 10010010 1001010 100001 0 101011 11001111 111011 100100

Color Harmonies of #266292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266292

Black with #266292

Text Example


Text Example

White with #266292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266292; }

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

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

background-color css

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

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

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

border-color css

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

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

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