Html Css Color HEX #266393 Endeavour

📋 copy color: '#266393'

red 38 ◦ green 99 ◦ blue 147

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

Shades of Endeavour #266393

Tints of Endeavour #266393

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.86%

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

R = 13.38%
G = 34.86%
B = 51.76%

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

#266393 (or 0x266393) is known color: Endeavour. HEX triplet: 26, 63 and 93. RGB value is (38,99,147). Sum of RGB (Red+Green+Blue) = 38+99+147=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #266393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266393 is #D99C6C. Grayscale: #555555. Windows color (decimal): -14261357 or 9659174. OLE color: 9659174.

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

Color convert

RGB 38 99 147 -
CMYK 0.74 0.33 0 0.42
HSL 206.42º 0.59% 0.36% -
HSV(B) 206.42º 0.74% 0.58% -
XYZ 10.53 11.44 29.26 -
YUV 86.23 162.29 93.6 -
System Red Green Blue C M Y K H S L
Decimal 38 99 147 0.74 0.33 0 0.42 206.42 0.59 0.36
Hex 26 63 93 4A 21 0 2A CE 3B 24
Octal 46 143 223 112 41 0 52 316 73 44
Binary 100110 1100011 10010011 1001010 100001 0 101010 11001110 111011 100100

Color Harmonies of #266393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266393

Black with #266393

Text Example


Text Example

White with #266393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266393; }

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

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

background-color css

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

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

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

border-color css

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

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

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