Html Css Color HEX #275685 Endeavour

📋 copy color: '#275685'

red 39 ◦ green 86 ◦ blue 133

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

Shades of Endeavour #275685

Tints of Endeavour #275685

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.33%

 BLUE value IS 133 (52.34% from 255) = 51.55%

R = 15.12%
G = 33.33%
B = 51.55%

CMYK

 C value IS 0.71

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#275685 (or 0x275685) is known color: Endeavour. HEX triplet: 27, 56 and 85. RGB value is (39,86,133). Sum of RGB (Red+Green+Blue) = 39+86+133=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #275685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275685 is #D8A97A. Grayscale: #4D4D4D. Windows color (decimal): -14199163 or 8738343. OLE color: 8738343.

HSL color Cylindrical-coordinate representation of color #275685: hue angle of 210º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #275685 is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 39 86 133 -
CMYK 0.71 0.35 0 0.48
HSL 210º 0.55% 0.34% -
HSV(B) 210º 0.71% 0.52% -
XYZ 8.4 8.78 23.44 -
YUV 77.31 159.43 100.68 -
System Red Green Blue C M Y K H S L
Decimal 39 86 133 0.71 0.35 0 0.48 210 0.55 0.34
Hex 27 56 85 47 23 0 30 D2 37 22
Octal 47 126 205 107 43 0 60 322 67 42
Binary 100111 1010110 10000101 1000111 100011 0 110000 11010010 110111 100010

Color Harmonies of #275685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275685

Black with #275685

Text Example


Text Example

White with #275685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275685; }

 p { color: rgb(39,86,133); }

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

background-color css

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

 a { background-color: rgb(39,86,133); }

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

border-color css

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

 span { border-color: rgb(39,86,133); }

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