Html Css Color HEX #275491 Endeavour

📋 copy color: '#275491'

red 39 ◦ green 84 ◦ blue 145

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

Shades of Endeavour #275491

Tints of Endeavour #275491

RGB

 RED value IS 39 (15.63% from 255) = 14.55%

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

 BLUE value IS 145 (57.03% from 255) = 54.1%

R = 14.55%
G = 31.34%
B = 54.1%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#275491 (or 0x275491) is known color: Endeavour. HEX triplet: 27, 54 and 91. RGB value is (39,84,145). Sum of RGB (Red+Green+Blue) = 39+84+145=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #275491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275491 is #D8AB6E. Grayscale: #4D4D4D. Windows color (decimal): -14199663 or 9524263. OLE color: 9524263.

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

Color convert

RGB 39 84 145 -
CMYK 0.73 0.42 0 0.43
HSL 214.53º 0.58% 0.36% -
HSV(B) 214.53º 0.73% 0.57% -
XYZ 9.12 8.82 28.01 -
YUV 77.5 166.09 100.54 -
System Red Green Blue C M Y K H S L
Decimal 39 84 145 0.73 0.42 0 0.43 214.53 0.58 0.36
Hex 27 54 91 49 2A 0 2B D7 3A 24
Octal 47 124 221 111 52 0 53 327 72 44
Binary 100111 1010100 10010001 1001001 101010 0 101011 11010111 111010 100100

Color Harmonies of #275491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275491

Black with #275491

Text Example


Text Example

White with #275491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275491; }

 p { color: rgb(39,84,145); }

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

background-color css

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

 a { background-color: rgb(39,84,145); }

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

border-color css

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

 span { border-color: rgb(39,84,145); }

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