Html Css Color HEX #265397 Endeavour

📋 copy color: '#265397'

red 38 ◦ green 83 ◦ blue 151

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

Shades of Endeavour #265397

Tints of Endeavour #265397

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.51%

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

R = 13.97%
G = 30.51%
B = 55.51%

CMYK

 C value IS 0.75

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#265397 (or 0x265397) is known color: Endeavour. HEX triplet: 26, 53 and 97. RGB value is (38,83,151). Sum of RGB (Red+Green+Blue) = 38+83+151=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 151 (59.38% from 255 or 55.51% from 272); Max value from RGB is 151 - color contains mainly: blue. Hex color #265397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265397 is #D9AC68. Grayscale: #4C4C4C. Windows color (decimal): -14265449 or 9917222. OLE color: 9917222.

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

Color convert

RGB 38 83 151 -
CMYK 0.75 0.45 0 0.41
HSL 216.11º 0.6% 0.37% -
HSV(B) 216.11º 0.75% 0.59% -
XYZ 9.48 8.83 30.48 -
YUV 77.3 169.59 99.97 -
System Red Green Blue C M Y K H S L
Decimal 38 83 151 0.75 0.45 0 0.41 216.11 0.6 0.37
Hex 26 53 97 4B 2D 0 29 D8 3C 25
Octal 46 123 227 113 55 0 51 330 74 45
Binary 100110 1010011 10010111 1001011 101101 0 101001 11011000 111100 100101

Color Harmonies of #265397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265397

Black with #265397

Text Example


Text Example

White with #265397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265397; }

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

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

background-color css

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

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

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

border-color css

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

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

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