Html Css Color HEX #266694 Endeavour

📋 copy color: '#266694'

red 38 ◦ green 102 ◦ blue 148

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

Shades of Endeavour #266694

Tints of Endeavour #266694

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.42%

 BLUE value IS 148 (58.2% from 255) = 51.39%

R = 13.19%
G = 35.42%
B = 51.39%

CMYK

 C value IS 0.74

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#266694 (or 0x266694) is known color: Endeavour. HEX triplet: 26, 66 and 94. RGB value is (38,102,148). Sum of RGB (Red+Green+Blue) = 38+102+148=288 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.19% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 148 (58.20% from 255 or 51.39% from 288); Max value from RGB is 148 - color contains mainly: blue. Hex color #266694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266694 is #D9996B. Grayscale: #575757. Windows color (decimal): -14260588 or 9725478. OLE color: 9725478.

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

Color convert

RGB 38 102 148 -
CMYK 0.74 0.31 0 0.42
HSL 205.09º 0.59% 0.36% -
HSV(B) 205.09º 0.74% 0.58% -
XYZ 10.9 12.05 29.77 -
YUV 88.11 161.8 92.26 -
System Red Green Blue C M Y K H S L
Decimal 38 102 148 0.74 0.31 0 0.42 205.09 0.59 0.36
Hex 26 66 94 4A 1F 0 2A CD 3B 24
Octal 46 146 224 112 37 0 52 315 73 44
Binary 100110 1100110 10010100 1001010 11111 0 101010 11001101 111011 100100

Color Harmonies of #266694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266694

Black with #266694

Text Example


Text Example

White with #266694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266694; }

 p { color: rgb(38,102,148); }

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

background-color css

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

 a { background-color: rgb(38,102,148); }

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

border-color css

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

 span { border-color: rgb(38,102,148); }

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