Html Css Color HEX #266594 Endeavour

📋 copy color: '#266594'

red 38 ◦ green 101 ◦ blue 148

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

Shades of Endeavour #266594

Tints of Endeavour #266594

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.19%

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

R = 13.24%
G = 35.19%
B = 51.57%

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

#266594 (or 0x266594) is known color: Endeavour. HEX triplet: 26, 65 and 94. RGB value is (38,101,148). Sum of RGB (Red+Green+Blue) = 38+101+148=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #266594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266594 is #D99A6B. Grayscale: #575757. Windows color (decimal): -14260844 or 9725222. OLE color: 9725222.

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

Color convert

RGB 38 101 148 -
CMYK 0.74 0.32 0 0.42
HSL 205.64º 0.59% 0.36% -
HSV(B) 205.64º 0.74% 0.58% -
XYZ 10.8 11.86 29.74 -
YUV 87.52 162.13 92.68 -
System Red Green Blue C M Y K H S L
Decimal 38 101 148 0.74 0.32 0 0.42 205.64 0.59 0.36
Hex 26 65 94 4A 20 0 2A CE 3B 24
Octal 46 145 224 112 40 0 52 316 73 44
Binary 100110 1100101 10010100 1001010 100000 0 101010 11001110 111011 100100

Color Harmonies of #266594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266594

Black with #266594

Text Example


Text Example

White with #266594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266594; }

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

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

background-color css

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

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

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

border-color css

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

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

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