Html Css Color HEX #265793 Endeavour

📋 copy color: '#265793'

red 38 ◦ green 87 ◦ blue 147

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

Shades of Endeavour #265793

Tints of Endeavour #265793

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.99%

 BLUE value IS 147 (57.81% from 255) = 54.04%

R = 13.97%
G = 31.99%
B = 54.04%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#265793 (or 0x265793) is known color: Endeavour. HEX triplet: 26, 57 and 93. RGB value is (38,87,147). Sum of RGB (Red+Green+Blue) = 38+87+147=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #265793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265793 is #D9A86C. Grayscale: #4E4E4E. Windows color (decimal): -14264429 or 9656102. OLE color: 9656102.

HSL color Cylindrical-coordinate representation of color #265793: hue angle of 213.03º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #265793 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 87 147 -
CMYK 0.74 0.41 0 0.42
HSL 213.03º 0.59% 0.36% -
HSV(B) 213.03º 0.74% 0.58% -
XYZ 9.47 9.34 28.91 -
YUV 79.19 166.27 98.62 -
System Red Green Blue C M Y K H S L
Decimal 38 87 147 0.74 0.41 0 0.42 213.03 0.59 0.36
Hex 26 57 93 4A 29 0 2A D5 3B 24
Octal 46 127 223 112 51 0 52 325 73 44
Binary 100110 1010111 10010011 1001010 101001 0 101010 11010101 111011 100100

Color Harmonies of #265793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265793

Black with #265793

Text Example


Text Example

White with #265793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265793; }

 p { color: rgb(38,87,147); }

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

background-color css

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

 a { background-color: rgb(38,87,147); }

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

border-color css

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

 span { border-color: rgb(38,87,147); }

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