Html Css Color HEX #275996 Endeavour

📋 copy color: '#275996'

red 39 ◦ green 89 ◦ blue 150

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

Shades of Endeavour #275996

Tints of Endeavour #275996

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.01%

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

R = 14.03%
G = 32.01%
B = 53.96%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#275996 (or 0x275996) is known color: Endeavour. HEX triplet: 27, 59 and 96. RGB value is (39,89,150). Sum of RGB (Red+Green+Blue) = 39+89+150=278 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.03% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 150 (58.98% from 255 or 53.96% from 278); Max value from RGB is 150 - color contains mainly: blue. Hex color #275996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275996 is #D8A669. Grayscale: #505050. Windows color (decimal): -14198378 or 9853223. OLE color: 9853223.

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

Color convert

RGB 39 89 150 -
CMYK 0.74 0.41 0 0.41
HSL 212.97º 0.59% 0.37% -
HSV(B) 212.97º 0.74% 0.59% -
XYZ 9.91 9.78 30.22 -
YUV 81 166.94 98.04 -
System Red Green Blue C M Y K H S L
Decimal 39 89 150 0.74 0.41 0 0.41 212.97 0.59 0.37
Hex 27 59 96 4A 29 0 29 D5 3B 25
Octal 47 131 226 112 51 0 51 325 73 45
Binary 100111 1011001 10010110 1001010 101001 0 101001 11010101 111011 100101

Color Harmonies of #275996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275996

Black with #275996

Text Example


Text Example

White with #275996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275996; }

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

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

background-color css

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

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

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

border-color css

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

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

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