Html Css Color HEX #275688 Endeavour

📋 copy color: '#275688'

red 39 ◦ green 86 ◦ blue 136

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

Shades of Endeavour #275688

Tints of Endeavour #275688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 52.11%

R = 14.94%
G = 32.95%
B = 52.11%

CMYK

 C value IS 0.71

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#275688 (or 0x275688) is known color: Endeavour. HEX triplet: 27, 56 and 88. RGB value is (39,86,136). Sum of RGB (Red+Green+Blue) = 39+86+136=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #275688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275688 is #D8A977. Grayscale: #4D4D4D. Windows color (decimal): -14199160 or 8934951. OLE color: 8934951.

HSL color Cylindrical-coordinate representation of color #275688: hue angle of 210.93º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #275688 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 39 86 136 -
CMYK 0.71 0.37 0 0.47
HSL 210.93º 0.55% 0.34% -
HSV(B) 210.93º 0.71% 0.53% -
XYZ 8.61 8.86 24.55 -
YUV 77.65 160.93 100.43 -
System Red Green Blue C M Y K H S L
Decimal 39 86 136 0.71 0.37 0 0.47 210.93 0.55 0.34
Hex 27 56 88 47 25 0 2F D3 37 22
Octal 47 126 210 107 45 0 57 323 67 42
Binary 100111 1010110 10001000 1000111 100101 0 101111 11010011 110111 100010

Color Harmonies of #275688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275688

Black with #275688

Text Example


Text Example

White with #275688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275688; }

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

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

background-color css

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

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

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

border-color css

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

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

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