Html Css Color HEX #266398 Endeavour

📋 copy color: '#266398'

red 38 ◦ green 99 ◦ blue 152

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

Shades of Endeavour #266398

Tints of Endeavour #266398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 52.6%

R = 13.15%
G = 34.26%
B = 52.6%

CMYK

 C value IS 0.75

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#266398 (or 0x266398) is known color: Endeavour. HEX triplet: 26, 63 and 98. RGB value is (38,99,152). Sum of RGB (Red+Green+Blue) = 38+99+152=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #266398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266398 is #D99C67. Grayscale: #565656. Windows color (decimal): -14261352 or 9986854. OLE color: 9986854.

HSL color Cylindrical-coordinate representation of color #266398: hue angle of 207.89º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #266398 is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 38 99 152 -
CMYK 0.75 0.35 0 0.40
HSL 207.89º 0.6% 0.37% -
HSV(B) 207.89º 0.75% 0.6% -
XYZ 10.93 11.6 31.37 -
YUV 86.8 164.79 93.19 -
System Red Green Blue C M Y K H S L
Decimal 38 99 152 0.75 0.35 0 0.40 207.89 0.6 0.37
Hex 26 63 98 4B 23 0 28 D0 3C 25
Octal 46 143 230 113 43 0 50 320 74 45
Binary 100110 1100011 10011000 1001011 100011 0 101000 11010000 111100 100101

Color Harmonies of #266398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266398

Black with #266398

Text Example


Text Example

White with #266398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266398; }

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

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

background-color css

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

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

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

border-color css

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

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

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