Html Css Color HEX #266395 Endeavour

📋 copy color: '#266395'

red 38 ◦ green 99 ◦ blue 149

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

Shades of Endeavour #266395

Tints of Endeavour #266395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.1%

R = 13.29%
G = 34.62%
B = 52.1%

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

#266395 (or 0x266395) is known color: Endeavour. HEX triplet: 26, 63 and 95. RGB value is (38,99,149). Sum of RGB (Red+Green+Blue) = 38+99+149=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #266395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266395 is #D99C6A. Grayscale: #565656. Windows color (decimal): -14261355 or 9790246. OLE color: 9790246.

HSL color Cylindrical-coordinate representation of color #266395: hue angle of 207.03º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #266395 is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 99 149 -
CMYK 0.74 0.34 0 0.42
HSL 207.03º 0.59% 0.37% -
HSV(B) 207.03º 0.74% 0.58% -
XYZ 10.69 11.51 30.09 -
YUV 86.46 163.29 93.43 -
System Red Green Blue C M Y K H S L
Decimal 38 99 149 0.74 0.34 0 0.42 207.03 0.59 0.37
Hex 26 63 95 4A 22 0 2A CF 3B 25
Octal 46 143 225 112 42 0 52 317 73 45
Binary 100110 1100011 10010101 1001010 100010 0 101010 11001111 111011 100101

Color Harmonies of #266395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266395

Black with #266395

Text Example


Text Example

White with #266395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266395; }

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

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

background-color css

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

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

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

border-color css

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

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

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