Html Css Color HEX #265394 Endeavour

📋 copy color: '#265394'

red 38 ◦ green 83 ◦ blue 148

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

Shades of Endeavour #265394

Tints of Endeavour #265394

RGB

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

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

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

R = 14.13%
G = 30.86%
B = 55.02%

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

#265394 (or 0x265394) is known color: Endeavour. HEX triplet: 26, 53 and 94. RGB value is (38,83,148). Sum of RGB (Red+Green+Blue) = 38+83+148=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 148 (58.20% from 255 or 55.02% from 269); Max value from RGB is 148 - color contains mainly: blue. Hex color #265394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265394 is #D9AC6B. Grayscale: #4C4C4C. Windows color (decimal): -14265452 or 9720614. OLE color: 9720614.

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

Color convert

RGB 38 83 148 -
CMYK 0.74 0.44 0 0.42
HSL 215.45º 0.59% 0.36% -
HSV(B) 215.45º 0.74% 0.58% -
XYZ 9.24 8.74 29.22 -
YUV 76.96 168.09 100.21 -
System Red Green Blue C M Y K H S L
Decimal 38 83 148 0.74 0.44 0 0.42 215.45 0.59 0.36
Hex 26 53 94 4A 2C 0 2A D7 3B 24
Octal 46 123 224 112 54 0 52 327 73 44
Binary 100110 1010011 10010100 1001010 101100 0 101010 11010111 111011 100100

Color Harmonies of #265394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265394

Black with #265394

Text Example


Text Example

White with #265394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265394; }

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

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

background-color css

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

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

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

border-color css

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

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

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