Html Css Color HEX #275299 Endeavour

📋 copy color: '#275299'

red 39 ◦ green 82 ◦ blue 153

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

Shades of Endeavour #275299

Tints of Endeavour #275299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.93%

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

R = 14.23%
G = 29.93%
B = 55.84%

CMYK

 C value IS 0.75

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#275299 (or 0x275299) is known color: Endeavour. HEX triplet: 27, 52 and 99. RGB value is (39,82,153). Sum of RGB (Red+Green+Blue) = 39+82+153=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #275299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275299 is #D8AD66. Grayscale: #4C4C4C. Windows color (decimal): -14200167 or 10048039. OLE color: 10048039.

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

Color convert

RGB 39 82 153 -
CMYK 0.75 0.46 0 0.4
HSL 217.37º 0.59% 0.38% -
HSV(B) 217.37º 0.75% 0.6% -
XYZ 9.6 8.77 31.32 -
YUV 77.24 170.75 100.73 -
System Red Green Blue C M Y K H S L
Decimal 39 82 153 0.75 0.46 0 0.4 217.37 0.59 0.38
Hex 27 52 99 4B 2E 0 28 D9 3B 26
Octal 47 122 231 113 56 0 50 331 73 46
Binary 100111 1010010 10011001 1001011 101110 0 101000 11011001 111011 100110

Color Harmonies of #275299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275299

Black with #275299

Text Example


Text Example

White with #275299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275299; }

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

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

background-color css

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

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

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

border-color css

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

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

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