Html Css Color HEX #266293 Endeavour

📋 copy color: '#266293'

red 38 ◦ green 98 ◦ blue 147

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

Shades of Endeavour #266293

Tints of Endeavour #266293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 51.94%

R = 13.43%
G = 34.63%
B = 51.94%

CMYK

 C value IS 0.74

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#266293 (or 0x266293) is known color: Endeavour. HEX triplet: 26, 62 and 93. RGB value is (38,98,147). Sum of RGB (Red+Green+Blue) = 38+98+147=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #266293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266293 is #D99D6C. Grayscale: #555555. Windows color (decimal): -14261613 or 9658918. OLE color: 9658918.

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

Color convert

RGB 38 98 147 -
CMYK 0.74 0.33 0 0.42
HSL 206.97º 0.59% 0.36% -
HSV(B) 206.97º 0.74% 0.58% -
XYZ 10.43 11.25 29.23 -
YUV 85.65 162.62 94.02 -
System Red Green Blue C M Y K H S L
Decimal 38 98 147 0.74 0.33 0 0.42 206.97 0.59 0.36
Hex 26 62 93 4A 21 0 2A CF 3B 24
Octal 46 142 223 112 41 0 52 317 73 44
Binary 100110 1100010 10010011 1001010 100001 0 101010 11001111 111011 100100

Color Harmonies of #266293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266293

Black with #266293

Text Example


Text Example

White with #266293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266293; }

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

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

background-color css

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

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

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

border-color css

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

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

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