Html Css Color HEX #27558C Endeavour

📋 copy color: '#27558C'

red 39 ◦ green 85 ◦ blue 140

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

Shades of Endeavour #27558C

Tints of Endeavour #27558C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 53.03%

R = 14.77%
G = 32.2%
B = 53.03%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27558C (or 0x27558C) is known color: Endeavour. HEX triplet: 27, 55 and 8C. RGB value is (39,85,140). Sum of RGB (Red+Green+Blue) = 39+85+140=264 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.77% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 140 (55.08% from 255 or 53.03% from 264); Max value from RGB is 140 - color contains mainly: blue. Hex color #27558C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27558C is #D8AA73. Grayscale: #4D4D4D. Windows color (decimal): -14199412 or 9196839. OLE color: 9196839.

HSL color Cylindrical-coordinate representation of color #27558C: hue angle of 212.67º degrees, saturation: 0.56, 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 #27558C is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 85 140 -
CMYK 0.72 0.39 0 0.45
HSL 212.67º 0.56% 0.35% -
HSV(B) 212.67º 0.72% 0.55% -
XYZ 8.82 8.82 26.05 -
YUV 77.52 163.26 100.53 -
System Red Green Blue C M Y K H S L
Decimal 39 85 140 0.72 0.39 0 0.45 212.67 0.56 0.35
Hex 27 55 8C 48 27 0 2D D5 38 23
Octal 47 125 214 110 47 0 55 325 70 43
Binary 100111 1010101 10001100 1001000 100111 0 101101 11010101 111000 100011

Color Harmonies of #27558C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27558C

Black with #27558C

Text Example


Text Example

White with #27558C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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