Html Css Color HEX #265293 Endeavour

📋 copy color: '#265293'

red 38 ◦ green 82 ◦ blue 147

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

Shades of Endeavour #265293

Tints of Endeavour #265293

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.71%

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

R = 14.23%
G = 30.71%
B = 55.06%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#265293 (or 0x265293) is known color: Endeavour. HEX triplet: 26, 52 and 93. RGB value is (38,82,147). Sum of RGB (Red+Green+Blue) = 38+82+147=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #265293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265293 is #D9AD6C. Grayscale: #4B4B4B. Windows color (decimal): -14265709 or 9654822. OLE color: 9654822.

HSL color Cylindrical-coordinate representation of color #265293: hue angle of 215.78º 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 #265293 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 82 147 -
CMYK 0.74 0.44 0 0.42
HSL 215.78º 0.59% 0.36% -
HSV(B) 215.78º 0.74% 0.58% -
XYZ 9.08 8.55 28.78 -
YUV 76.25 167.92 100.71 -
System Red Green Blue C M Y K H S L
Decimal 38 82 147 0.74 0.44 0 0.42 215.78 0.59 0.36
Hex 26 52 93 4A 2C 0 2A D8 3B 24
Octal 46 122 223 112 54 0 52 330 73 44
Binary 100110 1010010 10010011 1001010 101100 0 101010 11011000 111011 100100

Color Harmonies of #265293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265293

Black with #265293

Text Example


Text Example

White with #265293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265293; }

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

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

background-color css

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

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

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

border-color css

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

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

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