Html Css Color HEX #275696 Endeavour

📋 copy color: '#275696'

red 39 ◦ green 86 ◦ blue 150

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

Shades of Endeavour #275696

Tints of Endeavour #275696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 54.55%

R = 14.18%
G = 31.27%
B = 54.55%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#275696 (or 0x275696) is known color: Endeavour. HEX triplet: 27, 56 and 96. RGB value is (39,86,150). Sum of RGB (Red+Green+Blue) = 39+86+150=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #275696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275696 is #D8A969. Grayscale: #4E4E4E. Windows color (decimal): -14199146 or 9852455. OLE color: 9852455.

HSL color Cylindrical-coordinate representation of color #275696: hue angle of 214.59º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #275696 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 39 86 150 -
CMYK 0.74 0.43 0 0.41
HSL 214.59º 0.59% 0.37% -
HSV(B) 214.59º 0.74% 0.59% -
XYZ 9.67 9.29 30.14 -
YUV 79.24 167.93 99.3 -
System Red Green Blue C M Y K H S L
Decimal 39 86 150 0.74 0.43 0 0.41 214.59 0.59 0.37
Hex 27 56 96 4A 2B 0 29 D7 3B 25
Octal 47 126 226 112 53 0 51 327 73 45
Binary 100111 1010110 10010110 1001010 101011 0 101001 11010111 111011 100101

Color Harmonies of #275696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275696

Black with #275696

Text Example


Text Example

White with #275696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275696; }

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

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

background-color css

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

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

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

border-color css

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

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

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