Html Css Color HEX #275584 Endeavour

📋 copy color: '#275584'

red 39 ◦ green 85 ◦ blue 132

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

Shades of Endeavour #275584

Tints of Endeavour #275584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 51.56%

R = 15.23%
G = 33.2%
B = 51.56%

CMYK

 C value IS 0.70

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#275584 (or 0x275584) is known color: Endeavour. HEX triplet: 27, 55 and 84. RGB value is (39,85,132). Sum of RGB (Red+Green+Blue) = 39+85+132=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #275584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275584 is #D8AA7B. Grayscale: #4C4C4C. Windows color (decimal): -14199420 or 8672551. OLE color: 8672551.

HSL color Cylindrical-coordinate representation of color #275584: hue angle of 210.32º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #275584 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 39 85 132 -
CMYK 0.70 0.36 0 0.48
HSL 210.32º 0.54% 0.34% -
HSV(B) 210.32º 0.7% 0.52% -
XYZ 8.25 8.59 23.05 -
YUV 76.6 159.26 101.18 -
System Red Green Blue C M Y K H S L
Decimal 39 85 132 0.70 0.36 0 0.48 210.32 0.54 0.34
Hex 27 55 84 46 24 0 30 D2 36 22
Octal 47 125 204 106 44 0 60 322 66 42
Binary 100111 1010101 10000100 1000110 100100 0 110000 11010010 110110 100010

Color Harmonies of #275584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275584

Black with #275584

Text Example


Text Example

White with #275584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275584; }

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

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

background-color css

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

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

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

border-color css

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

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

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