Html Css Color HEX #275289 Endeavour

📋 copy color: '#275289'

red 39 ◦ green 82 ◦ blue 137

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

Shades of Endeavour #275289

Tints of Endeavour #275289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 53.1%

R = 15.12%
G = 31.78%
B = 53.1%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#275289 (or 0x275289) is known color: Endeavour. HEX triplet: 27, 52 and 89. RGB value is (39,82,137). Sum of RGB (Red+Green+Blue) = 39+82+137=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #275289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275289 is #D8AD76. Grayscale: #4B4B4B. Windows color (decimal): -14200183 or 8999463. OLE color: 8999463.

HSL color Cylindrical-coordinate representation of color #275289: hue angle of 213.67º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #275289 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 39 82 137 -
CMYK 0.72 0.40 0 0.46
HSL 213.67º 0.56% 0.35% -
HSV(B) 213.67º 0.72% 0.54% -
XYZ 8.37 8.27 24.82 -
YUV 75.41 162.75 102.03 -
System Red Green Blue C M Y K H S L
Decimal 39 82 137 0.72 0.40 0 0.46 213.67 0.56 0.35
Hex 27 52 89 48 28 0 2E D6 38 23
Octal 47 122 211 110 50 0 56 326 70 43
Binary 100111 1010010 10001001 1001000 101000 0 101110 11010110 111000 100011

Color Harmonies of #275289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275289

Black with #275289

Text Example


Text Example

White with #275289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275289; }

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

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

background-color css

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

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

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

border-color css

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

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

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