Html Css Color HEX #275699 Endeavour

📋 copy color: '#275699'

red 39 ◦ green 86 ◦ blue 153

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

Shades of Endeavour #275699

Tints of Endeavour #275699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 55.04%

R = 14.03%
G = 30.94%
B = 55.04%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#275699 (or 0x275699) is known color: Endeavour. HEX triplet: 27, 56 and 99. RGB value is (39,86,153). Sum of RGB (Red+Green+Blue) = 39+86+153=278 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.03% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 153 (60.16% from 255 or 55.04% from 278); Max value from RGB is 153 - color contains mainly: blue. Hex color #275699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275699 is #D8A966. Grayscale: #4F4F4F. Windows color (decimal): -14199143 or 10049063. OLE color: 10049063.

HSL color Cylindrical-coordinate representation of color #275699: hue angle of 215.26º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #275699 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 39 86 153 -
CMYK 0.75 0.44 0 0.4
HSL 215.26º 0.59% 0.38% -
HSV(B) 215.26º 0.75% 0.6% -
XYZ 9.91 9.39 31.43 -
YUV 79.59 169.43 99.05 -
System Red Green Blue C M Y K H S L
Decimal 39 86 153 0.75 0.44 0 0.4 215.26 0.59 0.38
Hex 27 56 99 4B 2C 0 28 D7 3B 26
Octal 47 126 231 113 54 0 50 327 73 46
Binary 100111 1010110 10011001 1001011 101100 0 101000 11010111 111011 100110

Color Harmonies of #275699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275699

Black with #275699

Text Example


Text Example

White with #275699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275699; }

 p { color: rgb(39,86,153); }

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

background-color css

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

 a { background-color: rgb(39,86,153); }

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

border-color css

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

 span { border-color: rgb(39,86,153); }

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