Html Css Color HEX #265494 Endeavour

📋 copy color: '#265494'

red 38 ◦ green 84 ◦ blue 148

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

Shades of Endeavour #265494

Tints of Endeavour #265494

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.11%

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

R = 14.07%
G = 31.11%
B = 54.81%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#265494 (or 0x265494) is known color: Endeavour. HEX triplet: 26, 54 and 94. RGB value is (38,84,148). Sum of RGB (Red+Green+Blue) = 38+84+148=270 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.07% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 148 (58.20% from 255 or 54.81% from 270); Max value from RGB is 148 - color contains mainly: blue. Hex color #265494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265494 is #D9AB6B. Grayscale: #4D4D4D. Windows color (decimal): -14265196 or 9720870. OLE color: 9720870.

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

Color convert

RGB 38 84 148 -
CMYK 0.74 0.43 0 0.42
HSL 214.91º 0.59% 0.36% -
HSV(B) 214.91º 0.74% 0.58% -
XYZ 9.31 8.89 29.24 -
YUV 77.54 167.76 99.8 -
System Red Green Blue C M Y K H S L
Decimal 38 84 148 0.74 0.43 0 0.42 214.91 0.59 0.36
Hex 26 54 94 4A 2B 0 2A D7 3B 24
Octal 46 124 224 112 53 0 52 327 73 44
Binary 100110 1010100 10010100 1001010 101011 0 101010 11010111 111011 100100

Color Harmonies of #265494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265494

Black with #265494

Text Example


Text Example

White with #265494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265494; }

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

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

background-color css

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

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

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

border-color css

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

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

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