Html Css Color HEX #275990 Endeavour

📋 copy color: '#275990'

red 39 ◦ green 89 ◦ blue 144

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

Shades of Endeavour #275990

Tints of Endeavour #275990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 52.94%

R = 14.34%
G = 32.72%
B = 52.94%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#275990 (or 0x275990) is known color: Endeavour. HEX triplet: 27, 59 and 90. RGB value is (39,89,144). Sum of RGB (Red+Green+Blue) = 39+89+144=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 144 (56.64% from 255 or 52.94% from 272); Max value from RGB is 144 - color contains mainly: blue. Hex color #275990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275990 is #D8A66F. Grayscale: #505050. Windows color (decimal): -14198384 or 9460007. OLE color: 9460007.

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

Color convert

RGB 39 89 144 -
CMYK 0.73 0.38 0 0.44
HSL 211.43º 0.57% 0.36% -
HSV(B) 211.43º 0.73% 0.56% -
XYZ 9.44 9.59 27.74 -
YUV 80.32 163.94 98.53 -
System Red Green Blue C M Y K H S L
Decimal 39 89 144 0.73 0.38 0 0.44 211.43 0.57 0.36
Hex 27 59 90 49 26 0 2C D3 39 24
Octal 47 131 220 111 46 0 54 323 71 44
Binary 100111 1011001 10010000 1001001 100110 0 101100 11010011 111001 100100

Color Harmonies of #275990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275990

Black with #275990

Text Example


Text Example

White with #275990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275990; }

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

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

background-color css

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

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

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

border-color css

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

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

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