Html Css Color HEX #266098 Endeavour

📋 copy color: '#266098'

red 38 ◦ green 96 ◦ blue 152

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

Shades of Endeavour #266098

Tints of Endeavour #266098

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.57%

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

R = 13.29%
G = 33.57%
B = 53.15%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#266098 (or 0x266098) is known color: Endeavour. HEX triplet: 26, 60 and 98. RGB value is (38,96,152). Sum of RGB (Red+Green+Blue) = 38+96+152=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #266098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266098 is #D99F67. Grayscale: #545454. Windows color (decimal): -14262120 or 9986086. OLE color: 9986086.

HSL color Cylindrical-coordinate representation of color #266098: hue angle of 209.47º 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 #266098 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 38 96 152 -
CMYK 0.75 0.37 0 0.40
HSL 209.47º 0.6% 0.37% -
HSV(B) 209.47º 0.75% 0.6% -
XYZ 10.65 11.04 31.28 -
YUV 85.04 165.78 94.45 -
System Red Green Blue C M Y K H S L
Decimal 38 96 152 0.75 0.37 0 0.40 209.47 0.6 0.37
Hex 26 60 98 4B 25 0 28 D1 3C 25
Octal 46 140 230 113 45 0 50 321 74 45
Binary 100110 1100000 10011000 1001011 100101 0 101000 11010001 111100 100101

Color Harmonies of #266098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266098

Black with #266098

Text Example


Text Example

White with #266098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266098; }

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

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

background-color css

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

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

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

border-color css

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

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

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