Html Css Color HEX #275599 Endeavour

📋 copy color: '#275599'

red 39 ◦ green 85 ◦ blue 153

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

Shades of Endeavour #275599

Tints of Endeavour #275599

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.69%

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

R = 14.08%
G = 30.69%
B = 55.23%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#275599 (or 0x275599) is known color: Endeavour. HEX triplet: 27, 55 and 99. RGB value is (39,85,153). Sum of RGB (Red+Green+Blue) = 39+85+153=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #275599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275599 is #D8AA66. Grayscale: #4E4E4E. Windows color (decimal): -14199399 or 10048807. OLE color: 10048807.

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

Color convert

RGB 39 85 153 -
CMYK 0.75 0.44 0 0.4
HSL 215.79º 0.59% 0.38% -
HSV(B) 215.79º 0.75% 0.6% -
XYZ 9.83 9.23 31.4 -
YUV 79 169.76 99.47 -
System Red Green Blue C M Y K H S L
Decimal 39 85 153 0.75 0.44 0 0.4 215.79 0.59 0.38
Hex 27 55 99 4B 2C 0 28 D8 3B 26
Octal 47 125 231 113 54 0 50 330 73 46
Binary 100111 1010101 10011001 1001011 101100 0 101000 11011000 111011 100110

Color Harmonies of #275599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275599

Black with #275599

Text Example


Text Example

White with #275599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275599; }

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

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

background-color css

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

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

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

border-color css

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

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

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