Html Css Color HEX #265698 Endeavour

📋 copy color: '#265698'

red 38 ◦ green 86 ◦ blue 152

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

Shades of Endeavour #265698

Tints of Endeavour #265698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.16%

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

R = 13.77%
G = 31.16%
B = 55.07%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#265698 (or 0x265698) is known color: Endeavour. HEX triplet: 26, 56 and 98. RGB value is (38,86,152). Sum of RGB (Red+Green+Blue) = 38+86+152=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 152 (59.77% from 255 or 55.07% from 276); Max value from RGB is 152 - color contains mainly: blue. Hex color #265698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265698 is #D9A967. Grayscale: #4E4E4E. Windows color (decimal): -14264680 or 9983526. OLE color: 9983526.

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

Color convert

RGB 38 86 152 -
CMYK 0.75 0.43 0 0.40
HSL 214.74º 0.6% 0.37% -
HSV(B) 214.74º 0.75% 0.6% -
XYZ 9.79 9.33 30.99 -
YUV 79.17 169.1 98.63 -
System Red Green Blue C M Y K H S L
Decimal 38 86 152 0.75 0.43 0 0.40 214.74 0.6 0.37
Hex 26 56 98 4B 2B 0 28 D7 3C 25
Octal 46 126 230 113 53 0 50 327 74 45
Binary 100110 1010110 10011000 1001011 101011 0 101000 11010111 111100 100101

Color Harmonies of #265698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265698

Black with #265698

Text Example


Text Example

White with #265698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265698; }

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

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

background-color css

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

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

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

border-color css

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

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

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