Html Css Color HEX #275899 Endeavour

📋 copy color: '#275899'

red 39 ◦ green 88 ◦ blue 153

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

Shades of Endeavour #275899

Tints of Endeavour #275899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.43%

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

R = 13.93%
G = 31.43%
B = 54.64%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#275899 (or 0x275899) is known color: Endeavour. HEX triplet: 27, 58 and 99. RGB value is (39,88,153). Sum of RGB (Red+Green+Blue) = 39+88+153=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #275899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275899 is #D8A766. Grayscale: #505050. Windows color (decimal): -14198631 or 10049575. OLE color: 10049575.

HSL color Cylindrical-coordinate representation of color #275899: hue angle of 214.21º 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 #275899 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 39 88 153 -
CMYK 0.75 0.42 0 0.4
HSL 214.21º 0.59% 0.38% -
HSV(B) 214.21º 0.75% 0.6% -
XYZ 10.08 9.71 31.48 -
YUV 80.76 168.77 98.21 -
System Red Green Blue C M Y K H S L
Decimal 39 88 153 0.75 0.42 0 0.4 214.21 0.59 0.38
Hex 27 58 99 4B 2A 0 28 D6 3B 26
Octal 47 130 231 113 52 0 50 326 73 46
Binary 100111 1011000 10011001 1001011 101010 0 101000 11010110 111011 100110

Color Harmonies of #275899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275899

Black with #275899

Text Example


Text Example

White with #275899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275899; }

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

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

background-color css

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

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

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

border-color css

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

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

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