Html Css Color HEX #266494 Endeavour

📋 copy color: '#266494'

red 38 ◦ green 100 ◦ blue 148

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

Shades of Endeavour #266494

Tints of Endeavour #266494

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.97%

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

R = 13.29%
G = 34.97%
B = 51.75%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#266494 (or 0x266494) is known color: Endeavour. HEX triplet: 26, 64 and 94. RGB value is (38,100,148). Sum of RGB (Red+Green+Blue) = 38+100+148=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 148 (58.20% from 255 or 51.75% from 286); Max value from RGB is 148 - color contains mainly: blue. Hex color #266494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266494 is #D99B6B. Grayscale: #565656. Windows color (decimal): -14261100 or 9724966. OLE color: 9724966.

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

Color convert

RGB 38 100 148 -
CMYK 0.74 0.32 0 0.42
HSL 206.18º 0.59% 0.36% -
HSV(B) 206.18º 0.74% 0.58% -
XYZ 10.7 11.66 29.7 -
YUV 86.93 162.46 93.1 -
System Red Green Blue C M Y K H S L
Decimal 38 100 148 0.74 0.32 0 0.42 206.18 0.59 0.36
Hex 26 64 94 4A 20 0 2A CE 3B 24
Octal 46 144 224 112 40 0 52 316 73 44
Binary 100110 1100100 10010100 1001010 100000 0 101010 11001110 111011 100100

Color Harmonies of #266494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266494

Black with #266494

Text Example


Text Example

White with #266494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266494; }

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

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

background-color css

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

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

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

border-color css

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

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

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