Html Css Color HEX #265998 Endeavour

📋 copy color: '#265998'

red 38 ◦ green 89 ◦ blue 152

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

Shades of Endeavour #265998

Tints of Endeavour #265998

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.9%

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

R = 13.62%
G = 31.9%
B = 54.48%

CMYK

 C value IS 0.75

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#265998 (or 0x265998) is known color: Endeavour. HEX triplet: 26, 59 and 98. RGB value is (38,89,152). Sum of RGB (Red+Green+Blue) = 38+89+152=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 152 (59.77% from 255 or 54.48% from 279); Max value from RGB is 152 - color contains mainly: blue. Hex color #265998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265998 is #D9A667. Grayscale: #505050. Windows color (decimal): -14263912 or 9984294. OLE color: 9984294.

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

Color convert

RGB 38 89 152 -
CMYK 0.75 0.41 0 0.40
HSL 213.16º 0.6% 0.37% -
HSV(B) 213.16º 0.75% 0.6% -
XYZ 10.04 9.82 31.07 -
YUV 80.93 168.1 97.38 -
System Red Green Blue C M Y K H S L
Decimal 38 89 152 0.75 0.41 0 0.40 213.16 0.6 0.37
Hex 26 59 98 4B 29 0 28 D5 3C 25
Octal 46 131 230 113 51 0 50 325 74 45
Binary 100110 1011001 10011000 1001011 101001 0 101000 11010101 111100 100101

Color Harmonies of #265998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265998

Black with #265998

Text Example


Text Example

White with #265998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265998; }

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

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

background-color css

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

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

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

border-color css

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

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

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