Html Css Color HEX #275489 Endeavour

📋 copy color: '#275489'

red 39 ◦ green 84 ◦ blue 137

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

Shades of Endeavour #275489

Tints of Endeavour #275489

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.31%

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

R = 15%
G = 32.31%
B = 52.69%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#275489 (or 0x275489) is known color: Endeavour. HEX triplet: 27, 54 and 89. RGB value is (39,84,137). Sum of RGB (Red+Green+Blue) = 39+84+137=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 137 (53.91% from 255 or 52.69% from 260); Max value from RGB is 137 - color contains mainly: blue. Hex color #275489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275489 is #D8AB76. Grayscale: #4C4C4C. Windows color (decimal): -14199671 or 8999975. OLE color: 8999975.

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

Color convert

RGB 39 84 137 -
CMYK 0.72 0.39 0 0.46
HSL 212.45º 0.56% 0.35% -
HSV(B) 212.45º 0.72% 0.54% -
XYZ 8.52 8.58 24.87 -
YUV 76.59 162.09 101.19 -
System Red Green Blue C M Y K H S L
Decimal 39 84 137 0.72 0.39 0 0.46 212.45 0.56 0.35
Hex 27 54 89 48 27 0 2E D4 38 23
Octal 47 124 211 110 47 0 56 324 70 43
Binary 100111 1010100 10001001 1001000 100111 0 101110 11010100 111000 100011

Color Harmonies of #275489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275489

Black with #275489

Text Example


Text Example

White with #275489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275489; }

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

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

background-color css

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

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

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

border-color css

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

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

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