Html Css Color HEX #265694 Endeavour

📋 copy color: '#265694'

red 38 ◦ green 86 ◦ blue 148

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

Shades of Endeavour #265694

Tints of Endeavour #265694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 54.41%

R = 13.97%
G = 31.62%
B = 54.41%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#265694 (or 0x265694) is known color: Endeavour. HEX triplet: 26, 56 and 94. RGB value is (38,86,148). Sum of RGB (Red+Green+Blue) = 38+86+148=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 148 (58.20% from 255 or 54.41% from 272); Max value from RGB is 148 - color contains mainly: blue. Hex color #265694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265694 is #D9A96B. Grayscale: #4E4E4E. Windows color (decimal): -14264684 or 9721382. OLE color: 9721382.

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

Color convert

RGB 38 86 148 -
CMYK 0.74 0.42 0 0.42
HSL 213.82º 0.59% 0.36% -
HSV(B) 213.82º 0.74% 0.58% -
XYZ 9.47 9.21 29.29 -
YUV 78.72 167.1 98.96 -
System Red Green Blue C M Y K H S L
Decimal 38 86 148 0.74 0.42 0 0.42 213.82 0.59 0.36
Hex 26 56 94 4A 2A 0 2A D6 3B 24
Octal 46 126 224 112 52 0 52 326 73 44
Binary 100110 1010110 10010100 1001010 101010 0 101010 11010110 111011 100100

Color Harmonies of #265694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265694

Black with #265694

Text Example


Text Example

White with #265694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265694; }

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

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

background-color css

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

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

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

border-color css

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

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

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