Html Css Color HEX #266193 Endeavour

📋 copy color: '#266193'

red 38 ◦ green 97 ◦ blue 147

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

Shades of Endeavour #266193

Tints of Endeavour #266193

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.4%

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

R = 13.48%
G = 34.4%
B = 52.13%

CMYK

 C value IS 0.74

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#266193 (or 0x266193) is known color: Endeavour. HEX triplet: 26, 61 and 93. RGB value is (38,97,147). Sum of RGB (Red+Green+Blue) = 38+97+147=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #266193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266193 is #D99E6C. Grayscale: #545454. Windows color (decimal): -14261869 or 9658662. OLE color: 9658662.

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

Color convert

RGB 38 97 147 -
CMYK 0.74 0.34 0 0.42
HSL 207.52º 0.59% 0.36% -
HSV(B) 207.52º 0.74% 0.58% -
XYZ 10.34 11.07 29.2 -
YUV 85.06 162.95 94.43 -
System Red Green Blue C M Y K H S L
Decimal 38 97 147 0.74 0.34 0 0.42 207.52 0.59 0.36
Hex 26 61 93 4A 22 0 2A D0 3B 24
Octal 46 141 223 112 42 0 52 320 73 44
Binary 100110 1100001 10010011 1001010 100010 0 101010 11010000 111011 100100

Color Harmonies of #266193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266193

Black with #266193

Text Example


Text Example

White with #266193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266193; }

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

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

background-color css

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

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

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

border-color css

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

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

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