Html Css Color HEX #265392 Endeavour

📋 copy color: '#265392'

red 38 ◦ green 83 ◦ blue 146

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

Shades of Endeavour #265392

Tints of Endeavour #265392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 54.68%

R = 14.23%
G = 31.09%
B = 54.68%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#265392 (or 0x265392) is known color: Endeavour. HEX triplet: 26, 53 and 92. RGB value is (38,83,146). Sum of RGB (Red+Green+Blue) = 38+83+146=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #265392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265392 is #D9AC6D. Grayscale: #4C4C4C. Windows color (decimal): -14265454 or 9589542. OLE color: 9589542.

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

Color convert

RGB 38 83 146 -
CMYK 0.74 0.43 0 0.43
HSL 215º 0.59% 0.36% -
HSV(B) 215º 0.74% 0.57% -
XYZ 9.08 8.67 28.39 -
YUV 76.73 167.09 100.38 -
System Red Green Blue C M Y K H S L
Decimal 38 83 146 0.74 0.43 0 0.43 215 0.59 0.36
Hex 26 53 92 4A 2B 0 2B D7 3B 24
Octal 46 123 222 112 53 0 53 327 73 44
Binary 100110 1010011 10010010 1001010 101011 0 101011 11010111 111011 100100

Color Harmonies of #265392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265392

Black with #265392

Text Example


Text Example

White with #265392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265392; }

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

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

background-color css

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

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

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

border-color css

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

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

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