Html Css Color HEX #265097 Endeavour

📋 copy color: '#265097'

red 38 ◦ green 80 ◦ blue 151

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

Shades of Endeavour #265097

Tints of Endeavour #265097

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.74%

 BLUE value IS 151 (59.38% from 255) = 56.13%

R = 14.13%
G = 29.74%
B = 56.13%

CMYK

 C value IS 0.75

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#265097 (or 0x265097) is known color: Endeavour. HEX triplet: 26, 50 and 97. RGB value is (38,80,151). Sum of RGB (Red+Green+Blue) = 38+80+151=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 151 (59.38% from 255 or 56.13% from 269); Max value from RGB is 151 - color contains mainly: blue. Hex color #265097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265097 is #D9AF68. Grayscale: #4B4B4B. Windows color (decimal): -14266217 or 9916454. OLE color: 9916454.

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

Color convert

RGB 38 80 151 -
CMYK 0.75 0.47 0 0.41
HSL 217.7º 0.6% 0.37% -
HSV(B) 217.7º 0.75% 0.59% -
XYZ 9.25 8.38 30.41 -
YUV 75.54 170.59 101.23 -
System Red Green Blue C M Y K H S L
Decimal 38 80 151 0.75 0.47 0 0.41 217.7 0.6 0.37
Hex 26 50 97 4B 2F 0 29 DA 3C 25
Octal 46 120 227 113 57 0 51 332 74 45
Binary 100110 1010000 10010111 1001011 101111 0 101001 11011010 111100 100101

Color Harmonies of #265097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265097

Black with #265097

Text Example


Text Example

White with #265097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265097; }

 p { color: rgb(38,80,151); }

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

background-color css

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

 a { background-color: rgb(38,80,151); }

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

border-color css

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

 span { border-color: rgb(38,80,151); }

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