Html Css Color HEX #27558D Endeavour

📋 copy color: '#27558D'

red 39 ◦ green 85 ◦ blue 141

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

Shades of Endeavour #27558D

Tints of Endeavour #27558D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 53.21%

R = 14.72%
G = 32.08%
B = 53.21%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27558D (or 0x27558D) is known color: Endeavour. HEX triplet: 27, 55 and 8D. RGB value is (39,85,141). Sum of RGB (Red+Green+Blue) = 39+85+141=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #27558D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27558D is #D8AA72. Grayscale: #4D4D4D. Windows color (decimal): -14199411 or 9262375. OLE color: 9262375.

HSL color Cylindrical-coordinate representation of color #27558D: hue angle of 212.94º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27558D is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 85 141 -
CMYK 0.72 0.40 0 0.45
HSL 212.94º 0.57% 0.35% -
HSV(B) 212.94º 0.72% 0.55% -
XYZ 8.89 8.85 26.44 -
YUV 77.63 163.76 100.45 -
System Red Green Blue C M Y K H S L
Decimal 39 85 141 0.72 0.40 0 0.45 212.94 0.57 0.35
Hex 27 55 8D 48 28 0 2D D5 39 23
Octal 47 125 215 110 50 0 55 325 71 43
Binary 100111 1010101 10001101 1001000 101000 0 101101 11010101 111001 100011

Color Harmonies of #27558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27558D

Black with #27558D

Text Example


Text Example

White with #27558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27558D; }

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

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

background-color css

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

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

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

border-color css

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

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

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