Html Css Color HEX #265690 Endeavour

📋 copy color: '#265690'

red 38 ◦ green 86 ◦ blue 144

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

Shades of Endeavour #265690

Tints of Endeavour #265690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.09%

 BLUE value IS 144 (56.64% from 255) = 53.73%

R = 14.18%
G = 32.09%
B = 53.73%

CMYK

 C value IS 0.74

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#265690 (or 0x265690) is known color: Endeavour. HEX triplet: 26, 56 and 90. RGB value is (38,86,144). Sum of RGB (Red+Green+Blue) = 38+86+144=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #265690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265690 is #D9A96F. Grayscale: #4D4D4D. Windows color (decimal): -14264688 or 9459238. OLE color: 9459238.

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

Color convert

RGB 38 86 144 -
CMYK 0.74 0.40 0 0.44
HSL 212.83º 0.58% 0.36% -
HSV(B) 212.83º 0.74% 0.56% -
XYZ 9.16 9.08 27.66 -
YUV 78.26 165.1 99.28 -
System Red Green Blue C M Y K H S L
Decimal 38 86 144 0.74 0.40 0 0.44 212.83 0.58 0.36
Hex 26 56 90 4A 28 0 2C D5 3A 24
Octal 46 126 220 112 50 0 54 325 72 44
Binary 100110 1010110 10010000 1001010 101000 0 101100 11010101 111010 100100

Color Harmonies of #265690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265690

Black with #265690

Text Example


Text Example

White with #265690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265690; }

 p { color: rgb(38,86,144); }

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

background-color css

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

 a { background-color: rgb(38,86,144); }

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

border-color css

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

 span { border-color: rgb(38,86,144); }

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