Html Css Color HEX #275099 Endeavour

📋 copy color: '#275099'

red 39 ◦ green 80 ◦ blue 153

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

Shades of Endeavour #275099

Tints of Endeavour #275099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.41%

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

R = 14.34%
G = 29.41%
B = 56.25%

CMYK

 C value IS 0.75

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#275099 (or 0x275099) is known color: Endeavour. HEX triplet: 27, 50 and 99. RGB value is (39,80,153). Sum of RGB (Red+Green+Blue) = 39+80+153=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #275099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275099 is #D8AF66. Grayscale: #4B4B4B. Windows color (decimal): -14200679 or 10047527. OLE color: 10047527.

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

Color convert

RGB 39 80 153 -
CMYK 0.75 0.48 0 0.4
HSL 218.42º 0.59% 0.38% -
HSV(B) 218.42º 0.75% 0.6% -
XYZ 9.46 8.47 31.27 -
YUV 76.06 171.42 101.56 -
System Red Green Blue C M Y K H S L
Decimal 39 80 153 0.75 0.48 0 0.4 218.42 0.59 0.38
Hex 27 50 99 4B 30 0 28 DA 3B 26
Octal 47 120 231 113 60 0 50 332 73 46
Binary 100111 1010000 10011001 1001011 110000 0 101000 11011010 111011 100110

Color Harmonies of #275099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275099

Black with #275099

Text Example


Text Example

White with #275099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275099; }

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

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

background-color css

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

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

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

border-color css

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

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

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